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(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> Future<RedisType> |
JRedisFuture.type(K key) |
Modifier and Type | Method and Description |
---|---|
RedisType |
JRedisFutureSupport.FutureRedisType.get() |
RedisType |
JRedisFutureSupport.FutureRedisType.get(long timeout,
TimeUnit unit) |
<K> RedisType |
JRedisSupport.type(K key) |
Modifier and Type | Method and Description |
---|---|
<K> Future<RedisType> |
JRedisFutureSupport.type(K key) |
Modifier and Type | Method and Description |
---|---|
RedisType |
SemanticJRedis.type(String key) |
Copyright © 2009–2017. All rights reserved.