Documentation ¶
Overview ¶
Radix is a simple redis driver. This top-level package is a wrapper for its two sub-packages: redis, which contains the single-connection redis client (the most commonly used part of this package) and extra, which contains other sub-packages for doing things like pooling connections and interacting with a redis cluster.
Directories ¶
Path | Synopsis |
---|---|
extra
|
|
cluster
Package cluster implements an almost drop-in replacement for a normal Client which accounts for a redis cluster setup.
|
Package cluster implements an almost drop-in replacement for a normal Client which accounts for a redis cluster setup. |
pool
The pool package implements a connection pool for redis connections which is thread-safe
|
The pool package implements a connection pool for redis connections which is thread-safe |
pubsub
The pubsub package provides a wrapper around a normal redis client which makes interacting with subscribe commands much easier
|
The pubsub package provides a wrapper around a normal redis client which makes interacting with subscribe commands much easier |
sentinel
The sentinel package provides a convenient interface with a redis sentinel which will automatically handle pooling connections and automatic failover.
|
The sentinel package provides a convenient interface with a redis sentinel which will automatically handle pooling connections and automatic failover. |
A simple client for connecting and interacting with redis.
|
A simple client for connecting and interacting with redis. |
resp
This package provides an easy to use interface for creating and parsing messages encoded in the REdis Serialization Protocol (RESP).
|
This package provides an easy to use interface for creating and parsing messages encoded in the REdis Serialization Protocol (RESP). |
Click to show internal directories.
Click to hide internal directories.