|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RedisAsyncConnection | |
|---|---|
| com.lambdaworks.redis | |
| com.lambdaworks.redis.pubsub | |
| Uses of RedisAsyncConnection in com.lambdaworks.redis |
|---|
| Fields in com.lambdaworks.redis declared as RedisAsyncConnection | |
|---|---|
protected RedisAsyncConnection<K,V> |
RedisConnection.c
|
| Methods in com.lambdaworks.redis that return RedisAsyncConnection | ||
|---|---|---|
RedisAsyncConnection<String,String> |
RedisClient.connectAsync()
Open a new asynchronous connection to the redis server that treats keys and values as UTF-8 strings. |
|
|
RedisClient.connectAsync(RedisCodec<K,V> codec)
Open a new asynchronous connection to the redis server. |
|
| Constructors in com.lambdaworks.redis with parameters of type RedisAsyncConnection | |
|---|---|
RedisConnection(RedisAsyncConnection<K,V> c)
Initialize a new connection. |
|
| Uses of RedisAsyncConnection in com.lambdaworks.redis.pubsub |
|---|
| Subclasses of RedisAsyncConnection in com.lambdaworks.redis.pubsub | |
|---|---|
class |
RedisPubSubConnection<K,V>
An asynchronous thread-safe pub/sub connection to a redis server. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||