Package | Description |
---|---|
com.lambdaworks.redis | |
com.lambdaworks.redis.pubsub |
Modifier and Type | Field and Description |
---|---|
protected RedisAsyncConnection<K,V> |
RedisConnection.c |
Modifier and Type | Method and Description |
---|---|
RedisAsyncConnection<String,String> |
RedisClient.connectAsync()
Open a new asynchronous connection to the redis server that treats
keys and values as UTF-8 strings.
|
<K,V> RedisAsyncConnection<K,V> |
RedisClient.connectAsync(RedisCodec<K,V> codec)
Open a new asynchronous connection to the redis server.
|
Constructor and Description |
---|
RedisConnection(RedisAsyncConnection<K,V> c)
Initialize a new connection.
|
Modifier and Type | Class and Description |
---|---|
class |
RedisPubSubConnection<K,V>
An asynchronous thread-safe pub/sub connection to a redis server.
|
Copyright © 2016. All rights reserved.