Spring Data Key-Value

Uses of Class
org.springframework.data.keyvalue.redis.connection.RedisInvalidSubscriptionException

Packages that use RedisInvalidSubscriptionException
org.springframework.data.keyvalue.redis.connection Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries. 
 

Uses of RedisInvalidSubscriptionException in org.springframework.data.keyvalue.redis.connection
 

Methods in org.springframework.data.keyvalue.redis.connection that throw RedisInvalidSubscriptionException
 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.
 


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.