Field and Description |
---|
com.lambdaworks.redis.AbstractRedisClient.eventLoopGroup
use map eventLoopGroups instead.
|
Method and Description |
---|
com.lambdaworks.redis.LettuceFutures.await(RedisCommand<K, V, T>, long, TimeUnit)
The method name does not reflect what the method is doing, therefore it is deprecated. Use
LettuceFutures.awaitOrCancel(RedisCommand, long, TimeUnit) instead. The semantics did not change and
LettuceFutures.awaitOrCancel(RedisCommand, long, TimeUnit) simply calls this method. |
com.lambdaworks.redis.RedisKeysConnection.exists(K)
Use
RedisKeysConnection.exists(Object[]) instead |
com.lambdaworks.redis.RedisKeysAsyncConnection.exists(K)
Use
RedisKeysAsyncConnection.exists(Object[]) instead |
com.lambdaworks.redis.protocol.ConnectionWatchdog.setReconnect(boolean) |
com.lambdaworks.redis.RedisAsyncConnectionImpl.shutdown() |
Copyright © 2015. All rights reserved.