Package | Description |
---|---|
org.aredis.cache |
Contains the core aredis related classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncRedisConnection
This is the pipelined asynchronous implementation of AsyncRedisClient that is the basis of aredis.
|
class |
ShardedAsyncRedisClient
ShardedAsyncRedisClient is an implementation of AsynRedisClient which holds 2 or more
AsyncRedisConnection
Objects and forwards the commands to one of them based on the hash of the key in the command. |
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.