fredis library
Classes
- QueuedRedisCommand
- A command that has been queued for execution on the Redis connector instance.
- RedisClient
- RedisClientImpl
- RedisConnectionStateChange
-
A representation of connection changes created by the
RedisConnector
when the connection state changes. -
RedisReply<
T extends Object?> - A representation of a Redis reply.
Enums
- RedisConnectionState
- State of the Redis client.
Constants
-
subscriberModeAvailableCommands
→ const List<
String>
Exceptions / Errors
- RedisCommandError
- A representation of a Redis error when a command fails, e.g. when the args are invalid or the node is not ready.