Uses of Class
redis.clients.jedis.Connection

Packages that use Connection
redis.clients.jedis   
 

Uses of Connection in redis.clients.jedis
 

Subclasses of Connection in redis.clients.jedis
 class BinaryClient
           
 class Client
           
 

Methods in redis.clients.jedis that return Connection
protected  Connection Connection.sendCommand(Protocol.Command cmd)
           
protected  Connection Connection.sendCommand(Protocol.Command cmd, byte[]... args)
           
protected  Connection Connection.sendCommand(Protocol.Command cmd, String... args)
           
 



Copyright © 2012. All Rights Reserved.