Package | Description |
---|---|
org.aredis.cache |
Contains the core aredis related classes.
|
org.aredis.util |
Contains general utilities.
|
Modifier and Type | Method and Description |
---|---|
static RedisTimer |
AsyncRedisFactory.getTimer()
Gets the static instance of RedisTimer in use for periodic tasks re-connects, Leak Checks etc.
|
Modifier and Type | Method and Description |
---|---|
static void |
AsyncRedisFactory.setTimer(RedisTimer ptimer)
Sets the RedisTimer to use.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRedisTimer
Default Redis Timer which is a ScheduledThreadPoolExecutor with poolSize 1.
|
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.