Package redis.clients.jedis.executors
Interface CommandExecutor
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
ClusterCommandExecutor,DefaultCommandExecutor,RetryableCommandExecutor,SimpleCommandExecutor
-
Method Summary
Modifier and TypeMethodDescriptiondefault <T> TbroadcastCommand(CommandObject<T> commandObject) <T> TexecuteCommand(CommandObject<T> commandObject) Methods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
executeCommand
-
broadcastCommand
-