dart_redis_connector library
Classes
- QueuedRedisCommand
- A command that has been queued for execution on the Redis connector instance.
- RedisConnectionInfo
- Redis connection information. This is a representation of the reply sent from the Redis HELLO command. See https://redis.io/commands/hello
- RedisConnectionStateChange
-
A representation of connection changes created by the
RedisConnector
when the connection state changes. - RedisConnector
- A base class for Redis connectors.
- RedisOptions
- Base options class defining a Redis connection.
-
RedisReply<
T extends Object?> - A representation of a Redis reply.
Enums
- RedisConnectionState
- State of the Redis client.
Constants
-
subscriberModeAvailableCommands
→ const List<
String> - Commands that are usable whilst the Redis client is in subscriber mode.
Functions
-
errorCommandNotSupportedInMode(
String command, String mode) → String - Error message for commands that are not usable whilst the Redis client is in the specified mode.
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.