Package | Description |
---|---|
org.aredis.cache |
Contains the core aredis related classes.
|
org.aredis.util.pool |
Contains classes for an Asynchronous Object Pool which is used by aredis's connection pool.
|
Modifier and Type | Method and Description |
---|---|
AsyncObjectPool<AsyncRedisConnection> |
AsyncRedisFactory.getConnectionPool(RedisServerInfo redisServerInfo)
Returns a connection pool for use in Redis Transactions with WATCH-MULTI-EXEC commands.
|
AsyncObjectPool<AsyncRedisConnection> |
AsyncRedisFactory.getConnectionPool(RedisServerInfo redisServerInfo,
Executor pexecutor)
Returns a connection pool for use in Redis Transactions with WATCH-MULTI-EXEC commands.
|
AsyncObjectPool<AsyncRedisConnection> |
AsyncRedisFactory.getConnectionPool(String connectionString)
Returns an AsyncObjectPool holding AsyncRedisConnection objects for WATCH-MULTI-EXEC redis transactions.
|
AsyncObjectPool<AsyncRedisConnection> |
AsyncRedisFactory.getConnectionPool(String connectionString,
Executor pexecutor)
Returns an AsyncObjectPool holding AsyncRedisConnection objects for WATCH-MULTI-EXEC redis transactions.
|
Modifier and Type | Class and Description |
---|---|
class |
LeakCheckingAsyncObjectPool<E>
A Object Pool which prints an error log message when a object leak is detected.
|
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.