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> Future<ResponseStatus> |
JRedisFuture.mset(KeyValueSet.Strings<K> mappings) |
<K> void |
JRedis.mset(KeyValueSet.Strings<K> mappings) |
<K> Future<Boolean> |
JRedisFuture.msetnx(KeyValueSet.Strings<K> mappings) |
<K> boolean |
JRedis.msetnx(KeyValueSet.Strings<K> mappings) |
Modifier and Type | Method and Description |
---|---|
static <K> KeyValueSet.Strings<K> |
BulkSetMapping.newStringKVSet() |
Modifier and Type | Method and Description |
---|---|
<K> void |
JRedisSupport.mset(KeyValueSet.Strings<K> keyValueMap) |
<K> JRedisFutureSupport.FutureStatus |
JRedisFutureSupport.mset(KeyValueSet.Strings<K> keyValueMap) |
<K> boolean |
JRedisSupport.msetnx(KeyValueSet.Strings<K> keyValueMap) |
<K> Future<Boolean> |
JRedisFutureSupport.msetnx(KeyValueSet.Strings<K> keyValueMap) |
Copyright © 2009–2019. All rights reserved.