Uses of Interface
org.springframework.data.redis.connection.Subscription
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Connection package for Jedis library.
Connection package for Lettuce Redis client.
Internal utility package for encoding/decoding Strings to byte[] (using Base64) library.
-
Uses of Subscription in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionDefaultStringRedisConnection.getSubscription()
RedisPubSubCommands.getSubscription()
Returns the current subscription for this connection or null if the connection is not subscribed. -
Uses of Subscription in org.springframework.data.redis.connection.jedis
Modifier and TypeMethodDescriptionJedisClusterConnection.getSubscription()
JedisConnection.getSubscription()
-
Uses of Subscription in org.springframework.data.redis.connection.lettuce
Modifier and TypeClassDescriptionclass
Message subscription on top of Lettuce. -
Uses of Subscription in org.springframework.data.redis.connection.util
Modifier and TypeClassDescriptionclass
Base implementation for a subscription handling the channel/pattern registration so subclasses only have to deal with the actual registration/unregistration.