Package com.blackrook.redis
Contains classes relevant to connecting to Redis servers.
-
Class Summary Class Description RedisConnection A single connection to a Redis server.RedisConnectionAbstract A single connection to a Redis server.RedisConnectionPool A connection pool for Redis socket connections.RedisDebugConnection A connection to Redis that only provides debug calls to the server.RedisInfo Contains info about a single Redis server.RedisMonitorConnection A connection to Redis that sends MONITOR to the database and constantly fires events on reception of responses.RedisPipeline A Redis Pipeline, created from a Redis Connection.RedisPubSubConnection A special Redis connection that is essentially a subscription to one or more Redis channels.RedisServerConnection A connection to a Redis server primarily for server and administrative operations.RedisUserConnection A connection to Redis that allows completely open submission to Redis.