Uses of Class
com.lambdaworks.redis.pubsub.RedisPubSubConnection

Packages that use RedisPubSubConnection
com.lambdaworks.redis   
 

Uses of RedisPubSubConnection in com.lambdaworks.redis
 

Methods in com.lambdaworks.redis that return RedisPubSubConnection
 RedisPubSubConnection<String,String> RedisClient.connectPubSub()
          Open a new pub/sub connection to the redis server that treats keys and values as UTF-8 strings.
<K,V> RedisPubSubConnection<K,V>
RedisClient.connectPubSub(RedisCodec<K,V> codec)
          Open a new pub/sub connection to the redis server.
 



Copyright © 2013. All Rights Reserved.