Class RedisExecutor<V,R>

java.lang.Object
org.redisson.command.RedisExecutor<V,R>
Type Parameters:
V - type of value
R - type of returned value
Direct Known Subclasses:
BaseRedisBatchExecutor, RedisCommonBatchExecutor

public class RedisExecutor<V,R> extends Object
Author:
Nikita Koksharov