| 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 | Interface and Description |
|---|---|
static interface |
KeyValueSet.ByteArrays<K> |
static interface |
KeyValueSet.Numbers<K> |
static interface |
KeyValueSet.Objects<K,T extends Serializable> |
static interface |
KeyValueSet.Strings<K> |
| Modifier and Type | Method and Description |
|---|---|
KeyValueSet<K,T> |
KeyValueSet.add(K key,
T value) |
| Modifier and Type | Class and Description |
|---|---|
class |
BulkSetMapping<K,T> |
| Modifier and Type | Method and Description |
|---|---|
KeyValueSet<K,T> |
BulkSetMapping.add(K key,
T value) |
Copyright © 2009–2021. All rights reserved.