Uses of Class
com.lambdaworks.redis.RedisConnection

Packages that use RedisConnection
com.lambdaworks.redis   
 

Uses of RedisConnection in com.lambdaworks.redis
 

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



Copyright © 2013. All Rights Reserved.