All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description Aggregation Aggregate function for union/intersection queries.BitwiseOperation The bitwise operation to perform on a BITOP call.DataList A mutable buffer of data.DataType Enumeration of Redis data types.EncodingType List of data encoding types.KeyValue<K,V> Object pairs for a bunch of data structures.RedisConnection A single connection to a Redis server.RedisConnectionAbstract A single connection to a Redis server.RedisConnectionCommands Interface for Redis connection commands.RedisConnectionPool A connection pool for Redis socket connections.RedisCursor A cursor encapsulation for the result of a SCAN call.RedisDebugCommands Specifies the Redis commands for issuing debug conmmands.RedisDebugConnection A connection to Redis that only provides debug calls to the server.RedisDeferredCommands Interface for Redis connection stuff from deferred calls like pipelines or transactions that don't require immediate feedback.RedisException An exception thrown during a Redis command or a read error.RedisHyperlogCommands Interface for Redis HyperlogLog management.RedisIgnore Placing this annotation on public fields or getter/setter methods on POJOs hints at this field not being included in the resulting collection/table.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.RedisMonitorDebugListener An adapter class forRedisMonitorListener
that prints messages to aPrintStream
when events are heard.RedisMonitorEvent An event class that is emitted from aRedisMonitorConnection
whenever it receives an event from the connection.RedisMonitorListener A listener forRedisMonitorConnection
s that encapsulate events received via a MONITOR connection.RedisName Placing this annotation on public fields or getter/setter methods on POJOs hints that this field uses a different field or column name in a collection or table.RedisObject An object, received or sent to the Redis Server.RedisObject.Type Underlying object type.RedisParseException An exception thrown during a Redis stream read error.RedisPipeline A Redis Pipeline, created from a Redis Connection.RedisPubSubCommands Interface for Redis commands related to Pub/Sub messaging.RedisPubSubConnection A special Redis connection that is essentially a subscription to one or more Redis channels.RedisScanCommands Command interface for key/value iteration in Redis.RedisServerCommands Interface of Redis server commands.RedisServerConnection A connection to a Redis server primarily for server and administrative operations.RedisSubscriptionAdapter An adapter class forRedisSubscriptionListener
.RedisSubscriptionDebugListener An adapter class forRedisSubscriptionListener
that prints messages to aPrintStream
when events are heard.RedisSubscriptionListener A listener class that listens on fired events from a Redis channel subscription.RedisUserConnection A connection to Redis that allows completely open submission to Redis.RESPReader Reader class for reading responses from a Redis Socket connection.RESPWriter Writer class for writing requests to a Redis Socket.ReturnType<C> Enumeration of Redis return types, used for figuring out what to return sometimes.SortOrder Sort order for SORT calls.TypeConverter Type converter class for converting types to others.TypeProfileFactory A factory that produces type profiles for POJOs and data objects.TypeProfileFactory.MemberPolicy An interface for figuring out whether to ignore certain fields or methods on an object that a profile is being generated for (if they are already going to pass testing for includable fields).TypeProfileFactory.Profile<T> Type profile for an unknown object that has an ambiguous signature for applying values to POJOs and beans.TypeProfileFactory.Profile.FieldInfo Field information.TypeProfileFactory.Profile.MethodInfo Method signature.Utils A utility class.