Uses of Class
org.springframework.data.redis.connection.RedisInvalidSubscriptionException
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of RedisInvalidSubscriptionException in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionvoid
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.