Package | Description |
---|---|
org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with
the various Redis 'drivers'/libraries.
|
Modifier and Type | Method and Description |
---|---|
void |
Subscription.pSubscribe(byte[]... patterns)
Adds the given channel patterns to the current subscription.
|
void |
Subscription.subscribe(byte[]... channels)
Adds the given channels to the current subscription.
|
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.