| 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(java.lang.String strRep)
Strictly speaking, this doesn't belong here but cuts down on redundant
code.
|
| Modifier and Type | Method and Description |
|---|---|
<K> java.util.concurrent.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,
java.util.concurrent.TimeUnit unit) |
private ObjectInfo |
JRedisFutureSupport.FutureObjectInfo.getObjectInfo(ValueResponse resp) |
| Modifier and Type | Method and Description |
|---|---|
<K> java.util.concurrent.Future<ObjectInfo> |
JRedisFutureSupport.debug(K key) |