Package | Description |
---|---|
org.aredis.cache |
Contains the core aredis related classes.
|
Modifier and Type | Method and Description |
---|---|
RedisSubscription |
AsyncRedisFactory.getSubscription(RedisServerInfo redisServerInfo)
Returns a RedisSubscription object for subscribing to messages and message patterns on the given Redis Server.
|
RedisSubscription |
AsyncRedisFactory.getSubscription(RedisServerInfo redisServerInfo,
Executor pexecutor)
Returns a RedisSubscription object for subscribing to messages and message patterns on the given Redis Server.
|
RedisSubscription |
AsyncRedisFactory.getSubscription(String connectionString)
Returns a RedisSubscription object for subscribing to messages and message patterns on the given Redis Server.
|
RedisSubscription |
AsyncRedisFactory.getSubscription(String connectionString,
Executor pexecutor)
Returns a RedisSubscription object for subscribing to messages and message patterns on the given Redis Server.
|
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.