Package redis.clients.jedis.executors
Class DefaultCommandExecutor
java.lang.Object
redis.clients.jedis.executors.DefaultCommandExecutor
- All Implemented Interfaces:
AutoCloseable,CommandExecutor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()final <T> TexecuteCommand(CommandObject<T> commandObject) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface redis.clients.jedis.executors.CommandExecutor
broadcastCommand
-
Field Details
-
provider
-
-
Constructor Details
-
DefaultCommandExecutor
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
executeCommand
- Specified by:
executeCommandin interfaceCommandExecutor
-