Package | Description |
---|---|
org.jredis |
This package contains the constructs that define the Java API semantics of the
JRedis clients.
|
org.jredis.ri.alphazero |
This package and child packages contain reference implementation alphazero
of the
JRedis and Connection
of the optional Connector specifications. |
Modifier and Type | Method and Description |
---|---|
<K> ObjectInfo |
JRedis.debug(K key) |
static ObjectInfo |
ObjectInfo.valueOf(String strRep)
Strictly speaking, this doesn't belong here but cuts down on redundant
code.
|
Modifier and Type | Method and Description |
---|---|
<K> Future<ObjectInfo> |
JRedisFuture.debug(K key) |
Modifier and Type | Method and Description |
---|---|
<K> ObjectInfo |
JRedisSupport.debug(K key) |
ObjectInfo |
JRedisFutureSupport.FutureObjectInfo.get() |
ObjectInfo |
JRedisFutureSupport.FutureObjectInfo.get(long timeout,
TimeUnit unit) |
Modifier and Type | Method and Description |
---|---|
<K> Future<ObjectInfo> |
JRedisFutureSupport.debug(K key) |
Copyright © 2009–2018. All rights reserved.