Package | Description |
---|---|
com.lambdaworks.redis |
The redis client package containing
RedisClient for regular and sentinel operations. |
com.lambdaworks.redis.pubsub |
Pub/Sub connection classes.
|
Modifier and Type | Method and Description |
---|---|
protected <K,V,T extends RedisAsyncConnectionImpl<K,V>> |
AbstractRedisClient.connectAsyncImpl(CommandHandler<K,V> handler,
T connection,
Supplier<SocketAddress> socketAddressSupplier,
boolean withReconnect) |
protected void |
AbstractRedisClient.connectionBuilder(CommandHandler<?,?> handler,
RedisChannelHandler<?,?> connection,
Supplier<SocketAddress> socketAddressSupplier,
boolean withReconnect,
com.lambdaworks.redis.ConnectionBuilder connectionBuilder,
RedisURI redisURI)
Populate connection builder with necessary resources.
|
Modifier and Type | Class and Description |
---|---|
class |
PubSubCommandHandler<K,V>
A netty
ChannelHandler responsible for writing redis pub/sub commands and reading the response stream from the
server. |
Copyright © 2015. All rights reserved.