|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Client | |
|---|---|
| redis.clients.jedis | |
| Uses of Client in redis.clients.jedis |
|---|
| Fields in redis.clients.jedis declared as Client | |
|---|---|
protected Client |
JedisMonitor.client
|
protected Client |
BinaryTransaction.client
|
protected Client |
BinaryJedis.client
|
| Methods in redis.clients.jedis that return Client | |
|---|---|
Client |
BinaryJedis.getClient()
|
| Methods in redis.clients.jedis with parameters of type Client | |
|---|---|
void |
JedisMonitor.proceed(Client client)
|
void |
BinaryJedisPubSub.proceed(Client client,
byte[]... channels)
|
void |
JedisPubSub.proceed(Client client,
String... channels)
|
void |
BinaryJedisPubSub.proceedWithPatterns(Client client,
byte[]... patterns)
|
void |
JedisPubSub.proceedWithPatterns(Client client,
String... patterns)
|
void |
Pipeline.setClient(Client client)
|
void |
TransactionBlock.setClient(Client client)
|
| Constructors in redis.clients.jedis with parameters of type Client | |
|---|---|
BinaryTransaction(Client client)
|
|
Transaction(Client client)
|
|
TransactionBlock(Client client)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||