Uses of Package
io.lettuce.core.event.command
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.event.command |
Command-related events.
|
-
Classes in io.lettuce.core.event.command used by io.lettuce.core Class Description CommandFailedEvent Event for a failed command.CommandListener A listener for Redis command events.CommandStartedEvent Event for a started command.CommandSucceededEvent Event for succeeded command. -
Classes in io.lettuce.core.event.command used by io.lettuce.core.event.command Class Description CommandBaseEvent Base class for Redis command events.CommandFailedEvent Event for a failed command.CommandStartedEvent Event for a started command.CommandSucceededEvent Event for succeeded command.