See: Description
| Interface | Description |
|---|---|
| _specification |
[TODO: document me!]
|
| _specification.Version |
specification level
|
| Codec<T> |
Defines the necessary methods for a Java type encoder-decoder.
|
| JRedis |
This is effectively a one to one mapping to Redis commands.
|
| JRedisFuture |
The asynchronous interface to Redis.
|
| KeyValueSet<K,T> |
[TODO: document me!]
|
| KeyValueSet.ByteArrays<K> | |
| KeyValueSet.Numbers<K> | |
| KeyValueSet.Objects<K,T extends Serializable> | |
| KeyValueSet.Strings<K> | |
| Query |
Provides for specifying and chaining query predicates.
|
| Semantics |
Interface to specify the semantics of the actual key/values stored in the Redis server.
|
| Sort |
Sort, a type of
Query, provides for specifying and chaining the query predicates. |
| ZSetEntry |
An entry in a Redis "sorted set" and returned by a subset Z* commands.
|
| Class | Description |
|---|---|
| Event<SRC,ETYPE,INFO> |
Generic Event class for JRedis and sub-modules.
|
| ObjectInfo |
Encapsulates the debug information returned by Redis in response to DEBUG
OBJECT
|
| Query.Support |
| Enum | Description |
|---|---|
| ObjectEncoding |
Internal Redis object encoding schemes.
|
| RedisInfo |
RedisInfo is a convenience enum that tracks the canonical entries returned by INFO command.
|
| RedisType |
| Exception | Description |
|---|---|
| ClientRuntimeException |
Base class for all non-Redis exceptions relating to client runtime.
|
| NotSupportedException |
Providers can throw this exception in response for requests for optional
aspects of Redis Specification.
|
| ProviderException |
Used by JRedis implementation providers to indicate an exception related to the
implementation of the specification.
|
| RedisException |
[TODO: update doc regarding "extensions"]
RedisExceptions are only created/raised subsequent to an error result from the redis server.
|
| Annotation Type | Description |
|---|---|
| Redis |
Annotation to mark complaint elements of JRedis implementations.
|
Copyright © 2009–2021. All rights reserved.