package
1.0.1
Repository: https://github.com/lessos/lessgo.git
Documentation: pkg.go.dev

# README

data/redis

data/redis is a minimalistic Redis client based on github.com/fzzy/radix

  • Lightweight
  • High performance, close to the official C client hiredis
  • Multiple connection pooling support

# Functions

Dial connects to the given Redis server.
Dial connects to the given Redis server with the given timeout.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Client describes a Redis client.
No description provided by the author
No description provided by the author
Reply holds a Redis reply.

# Type aliases

ReplyType describes type of a reply.