All Classes and Interfaces
Class
Description
Aggregate function for union/intersection queries.
The bitwise operation to perform on a BITOP call.
A mutable buffer of data.
Enumeration of Redis data types.
List of data encoding types.
Object pairs for a bunch of data structures.
A single connection to a Redis server.
A single connection to a Redis server.
Interface for Redis connection commands.
A connection pool for Redis socket connections.
A cursor encapsulation for the result of a SCAN call.
Specifies the Redis commands for issuing debug conmmands.
A connection to Redis that only provides debug calls to the server.
Interface for Redis connection stuff from deferred calls like pipelines or transactions
that don't require immediate feedback.
An exception thrown during a Redis command or a read error.
Interface for Redis HyperlogLog management.
Placing this annotation on public fields or getter/setter methods on POJOs
hints at this field not being included in the resulting collection/table.
Contains info about a single Redis server.
A connection to Redis that sends MONITOR to the database
and constantly fires events on reception of responses.
An adapter class for
RedisMonitorListener that prints messages to a PrintStream
when events are heard.An event class that is emitted from a
RedisMonitorConnection whenever it receives
an event from the connection.A listener for
RedisMonitorConnections that encapsulate
events received via a MONITOR connection.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.
An object, received or sent to the Redis Server.
Underlying object type.
An exception thrown during a Redis stream read error.
A Redis Pipeline, created from a Redis Connection.
Interface for Redis commands related to Pub/Sub messaging.
A special Redis connection that is essentially a subscription to
one or more Redis channels.
Command interface for key/value iteration in Redis.
Interface of Redis server commands.
A connection to a Redis server primarily for server and administrative operations.
An adapter class for
RedisSubscriptionListener.An adapter class for
RedisSubscriptionListener that prints messages to a PrintStream
when events are heard.A listener class that listens on fired events from a Redis channel subscription.
A connection to Redis that allows completely open submission
to Redis.
Reader class for reading responses from a Redis Socket connection.
Writer class for writing requests to a Redis Socket.
Enumeration of Redis return types, used for figuring out what to return sometimes.
Sort order for SORT calls.
Type converter class for converting types to others.
A factory that produces type profiles for POJOs and data objects.
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).
Type profile for an unknown object that has an ambiguous signature for
applying values to POJOs and beans.
Field information.
Method signature.
A utility class.