redis_client library
A redis client that communicates with redis through a socket and exposes a high level API.
Internally, it uses the RedisProtocolTransformer
to transform binary
data from the socket to formatted RedisReply
s.
Please see the RedisClient documentation for detailed documentation on how to use this library.