class |
RedisConnection |
A single connection to a Redis server.
|
class |
RedisDebugConnection |
A connection to Redis that only provides debug calls to the server.
|
class |
RedisMonitorConnection |
A connection to Redis that sends MONITOR to the database
and constantly fires events on reception of responses.
|
class |
RedisPubSubConnection |
A special Redis connection that is essentially a subscription to
one or more Redis channels.
|
class |
RedisServerConnection |
A connection to a Redis server primarily for server and administrative operations.
|
class |
RedisUserConnection |
A connection to Redis that allows completely open submission
to Redis.
|