Package | Description |
---|---|
org.aredis.cache |
Contains the core aredis related classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAsyncRedisClient
A basic implementation of AsyncRedisClient based on 2 abstract methods.
|
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. |
Modifier and Type | Method and Description |
---|---|
AsyncRedisClient |
AsyncRedisFactory.getClient(String connectionString)
Returns an AsyncRedisClient from a connection string containing one or more redis servers.
|
AsyncRedisClient |
AsyncRedisFactory.getClient(String connectionString,
Executor pexecutor)
Returns an AsyncRedisClient from a connection string containing one or more redis servers.
|
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.