Package | Description |
---|---|
org.aredis.cache |
Contains the core aredis related classes.
|
org.aredis.messaging |
Contains Classes for aredis messaging.
|
Modifier and Type | Method and Description |
---|---|
void |
RedisMessageListener.receive(SubscriptionInfo subscriptionInfo,
String channelName,
Object message)
Called when a message is received.
|
protected void |
RedisSubscriptionConnection.submitCommand(RedisCommandInfo commandInfo,
SubscriptionInfo subscriptionInfo)
Submit a Redis Subscribe or Unsubscribe Command.
|
Modifier and Type | Method and Description |
---|---|
void |
RedisSubscription.subscribe(SubscriptionInfo subscriptionInfo)
Subscribe to a channel or to a channel pattern.
|
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.