Package org.redisson.command
Interface CommandSyncExecutor
- All Known Subinterfaces:
CommandExecutor
- All Known Implementing Classes:
CommandSyncService
public interface CommandSyncExecutor
- Author:
- Nikita Koksharov
-
Method Summary
Modifier and TypeMethodDescription<V> V
<T,
R> R read
(String key, Codec codec, RedisCommand<T> command, Object... params) <T,
R> R read
(String key, RedisCommand<T> command, Object... params)
-
Method Details
-
get
-
read
-
read
-
getConnectionManager
ConnectionManager getConnectionManager()
-