RedisURI.setPassword(String)
@Deprecated public class AuthenticatingRedisClient extends com.lambdaworks.redis.RedisClient
RedisClient
that calls auth on all new connections using the supplied credentialsConstructor and Description |
---|
AuthenticatingRedisClient(String host,
int port,
String password)
Deprecated.
|
AuthenticatingRedisClient(String host,
String password)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
<K,V> com.lambdaworks.redis.api.StatefulRedisConnection<K,V> |
connect(com.lambdaworks.redis.codec.RedisCodec<K,V> codec)
Deprecated.
|
<K,V> com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnection<K,V> |
connectPubSub(com.lambdaworks.redis.codec.RedisCodec<K,V> codec)
Deprecated.
|
connect, connect, connect, connectPubSub, connectPubSub, connectPubSub, connectSentinel, connectSentinel, connectSentinel, connectSentinel, create, create, create, create, create, create, getResources, newStatefulRedisConnection, newStatefulRedisPubSubConnection, newStatefulRedisSentinelConnection, newStringStringCodec, setOptions
public AuthenticatingRedisClient(String host, int port, String password)
public <K,V> com.lambdaworks.redis.api.StatefulRedisConnection<K,V> connect(com.lambdaworks.redis.codec.RedisCodec<K,V> codec)
connect
in class com.lambdaworks.redis.RedisClient
public <K,V> com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnection<K,V> connectPubSub(com.lambdaworks.redis.codec.RedisCodec<K,V> codec)
connectPubSub
in class com.lambdaworks.redis.RedisClient
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.