public class AuthenticatingRedisClient
extends com.lambdaworks.redis.RedisClient
RedisClient that calls auth on all new connections using the supplied credentials| Constructor and Description |
|---|
AuthenticatingRedisClient(String host,
int port,
String password) |
AuthenticatingRedisClient(String host,
String password) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> com.lambdaworks.redis.RedisConnection<K,V> |
connect(com.lambdaworks.redis.codec.RedisCodec<K,V> codec) |
<K,V> com.lambdaworks.redis.RedisAsyncConnection<K,V> |
connectAsync(com.lambdaworks.redis.codec.RedisCodec<K,V> codec) |
<K,V> com.lambdaworks.redis.pubsub.RedisPubSubConnection<K,V> |
connectPubSub(com.lambdaworks.redis.codec.RedisCodec<K,V> codec) |
public <K,V> com.lambdaworks.redis.RedisConnection<K,V> connect(com.lambdaworks.redis.codec.RedisCodec<K,V> codec)
connect in class com.lambdaworks.redis.RedisClientpublic <K,V> com.lambdaworks.redis.RedisAsyncConnection<K,V> connectAsync(com.lambdaworks.redis.codec.RedisCodec<K,V> codec)
connectAsync in class com.lambdaworks.redis.RedisClientpublic <K,V> com.lambdaworks.redis.pubsub.RedisPubSubConnection<K,V> connectPubSub(com.lambdaworks.redis.codec.RedisCodec<K,V> codec)
connectPubSub in class com.lambdaworks.redis.RedisClient