public interface RedisExecutor
Modifier and Type | Field and Description |
---|---|
static RedisExecutor |
NOOP |
Modifier and Type | Method and Description |
---|---|
<T> T |
execute(RedisCallable<T> call) |
redis.clients.util.Pool<redis.clients.jedis.Jedis> |
getPool() |
static final RedisExecutor NOOP
<T> T execute(RedisCallable<T> call) throws IOException, redis.clients.jedis.exceptions.JedisException
IOException
redis.clients.jedis.exceptions.JedisException
redis.clients.util.Pool<redis.clients.jedis.Jedis> getPool()
Copyright © 2015 Nuxeo SA. All rights reserved.