Package | Description |
---|---|
com.lambdaworks.redis | |
com.lambdaworks.redis.output | |
com.lambdaworks.redis.protocol | |
com.lambdaworks.redis.pubsub |
Modifier and Type | Field and Description |
---|---|
protected BlockingQueue<Command<K,V,?>> |
RedisAsyncConnection.queue |
Constructor and Description |
---|
RedisAsyncConnection(RedisClient redisClient,
BlockingQueue<Command<K,V,?>> queue,
RedisCodec<K,V> codec,
long timeout,
TimeUnit unit,
io.netty.channel.EventLoopGroup eventLoopGroup)
Initialize a new connection.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiOutput.add(Command<K,V,?> cmd) |
Modifier and Type | Field and Description |
---|---|
protected BlockingQueue<Command<K,V,?>> |
CommandHandler.queue |
Constructor and Description |
---|
CommandHandler(BlockingQueue<Command<K,V,?>> queue)
Initialize a new instance that handles commands from the supplied queue.
|
Constructor and Description |
---|
PubSubCommandHandler(BlockingQueue<Command<K,V,?>> queue,
RedisCodec<K,V> codec)
Initialize a new instance.
|
RedisPubSubConnection(RedisClient client,
BlockingQueue<Command<K,V,?>> queue,
RedisCodec<K,V> codec,
long timeout,
TimeUnit unit,
io.netty.channel.EventLoopGroup eventLoopGroup)
Initialize a new connection.
|
Copyright © 2014–2015. All rights reserved.