Package | Description |
---|---|
io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
Modifier and Type | Class and Description |
---|---|
static class |
CommandListenerWriter.CommandListenerMulticaster
Wraps multiple command listeners into one multicaster.
|
Modifier and Type | Method and Description |
---|---|
protected List<CommandListener> |
AbstractRedisClient.getCommandListeners() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRedisClient.addListener(CommandListener listener)
Add a listener for Redis Command events.
|
void |
AbstractRedisClient.removeListener(CommandListener listener)
Removes a listener.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
CommandListenerWriter.isSupported(List<CommandListener> commandListeners)
Check whether the list of
CommandListener is not empty. |
Constructor and Description |
---|
CommandListenerMulticaster(List<CommandListener> listeners) |
CommandListenerWriter(RedisChannelWriter delegate,
List<CommandListener> listeners) |
Copyright © 2023 lettuce.io. All rights reserved.