| 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. |
| org.jredis.semantics |
This package is optional.
|
| Modifier and Type | Method and Description |
|---|---|
<K> RedisType |
JRedis.type(K key) |
static RedisType |
RedisType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RedisType[] |
RedisType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<K> java.util.concurrent.Future<RedisType> |
JRedisFuture.type(K key) |
| Modifier and Type | Method and Description |
|---|---|
RedisType |
JRedisFutureSupport.FutureRedisType.get() |
RedisType |
JRedisFutureSupport.FutureRedisType.get(long timeout,
java.util.concurrent.TimeUnit unit) |
private RedisType |
JRedisFutureSupport.FutureRedisType.getRedisType(ValueResponse resp) |
<K> RedisType |
JRedisSupport.type(K key) |
| Modifier and Type | Method and Description |
|---|---|
<K> java.util.concurrent.Future<RedisType> |
JRedisFutureSupport.type(K key) |
| Modifier and Type | Method and Description |
|---|---|
RedisType |
SemanticJRedis.type(java.lang.String key) |