# 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
# Type aliases
ReplyType describes type of a reply.