Documentation ¶
Overview ¶
Package radix is a simple redis driver. This top-level package is a wrapper for its sub-packages and doesn't actually contain any code. You likely want to look at the redis sub-package for a straightforward redis client
Directories ¶
Path | Synopsis |
---|---|
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. |
Package pool implements a connection pool for redis connections which is thread-safe.
|
Package pool implements a connection pool for redis connections which is thread-safe. |
Package pubsub provides a wrapper around a normal redis client which makes interacting with publish/subscribe commands much easier
|
Package pubsub provides a wrapper around a normal redis client which makes interacting with publish/subscribe commands much easier |
Package redis is a simple client for connecting and interacting with a single redis instance.
|
Package redis is a simple client for connecting and interacting with a single redis instance. |
Package sentinel provides a convenient interface with a redis sentinel which will automatically handle pooling connections and automatic failover.
|
Package sentinel provides a convenient interface with a redis sentinel which will automatically handle pooling connections and automatic failover. |
Package util is a collection of helper functions for interacting with various parts of the radix.v2 package
|
Package util is a collection of helper functions for interacting with various parts of the radix.v2 package |
Click to show internal directories.
Click to hide internal directories.