Class BaseRedisBatchExecutor<V,R>

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

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