Package | Description |
---|---|
org.jredis |
This package contains the constructs that define the Java API semantics of the
JRedis clients.
|
org.jredis.bench | |
org.jredis.connector |
Native Client Interface Specification.
|
org.jredis.protocol |
This package contains the constructs that reflect the Redis Protocol Specification
TODO: elaborate on the spec requirements.
|
org.jredis.resource |
Optional package.
|
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.ri.alphazero.bench | |
org.jredis.ri.alphazero.connection | |
org.jredis.ri.alphazero.protocol | |
org.jredis.ri.alphazero.semantics | |
org.jredis.ri.alphazero.support |
Utility classes to support this implementation.
|
org.jredis.semantics |
This package is optional.
|
Class and Description |
---|
ClientRuntimeException
Base class for all non-Redis exceptions relating to client runtime.
|
Codec
Defines the necessary methods for a Java type encoder-decoder.
|
JRedis
This is effectively a one to one mapping to Redis commands.
|
KeyValueSet
[TODO: document me!]
|
KeyValueSet.ByteArrays |
KeyValueSet.Numbers |
KeyValueSet.Objects |
KeyValueSet.Strings |
ObjectEncoding
Internal Redis object encoding schemes.
|
ObjectInfo
Encapsulates the debug information returned by Redis in response to DEBUG
OBJECT
|
ProviderException
Used by JRedis implementation providers to indicate an exception related to the
implementation of the specification.
|
Query
Provides for specifying and chaining query predicates.
|
Redis
Annotation to mark complaint elements of JRedis implementations.
|
RedisException
[TODO: update doc regarding "extensions"]
RedisExceptions are only created/raised subsequent to an error result from the redis server.
|
RedisInfo
RedisInfo is a convenience enum that tracks the canonical entries returned by INFO command.
|
RedisType |
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 and Description |
---|
ClientRuntimeException
Base class for all non-Redis exceptions relating to client runtime.
|
JRedis
This is effectively a one to one mapping to Redis commands.
|
RedisException
[TODO: update doc regarding "extensions"]
RedisExceptions are only created/raised subsequent to an error result from the redis server.
|
Class and Description |
---|
ClientRuntimeException
Base class for all non-Redis exceptions relating to client runtime.
|
Event
Generic Event class for JRedis and sub-modules.
|
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.
|
Class and 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.
|
Redis
Annotation to mark complaint elements of JRedis implementations.
|
Class and Description |
---|
ClientRuntimeException
Base class for all non-Redis exceptions relating to client runtime.
|
Class and Description |
---|
ClientRuntimeException
Base class for all non-Redis exceptions relating to client runtime.
|
JRedis
This is effectively a one to one mapping to Redis commands.
|
JRedisFuture
The asynchronous interface to Redis.
|
KeyValueSet
[TODO: document me!]
|
KeyValueSet.ByteArrays |
KeyValueSet.Numbers |
KeyValueSet.Objects |
KeyValueSet.Strings |
ObjectInfo
Encapsulates the debug information returned by Redis in response to DEBUG
OBJECT
|
ProviderException
Used by JRedis implementation providers to indicate an exception related to the
implementation of the specification.
|
Redis
Annotation to mark complaint elements of JRedis implementations.
|
RedisException
[TODO: update doc regarding "extensions"]
RedisExceptions are only created/raised subsequent to an error result from the redis server.
|
RedisType |
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 and Description |
---|
ClientRuntimeException
Base class for all non-Redis exceptions relating to client runtime.
|
JRedis
This is effectively a one to one mapping to Redis commands.
|
RedisException
[TODO: update doc regarding "extensions"]
RedisExceptions are only created/raised subsequent to an error result from the redis server.
|
Class and 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.
|
Class and 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.
|
Class and Description |
---|
Codec
Defines the necessary methods for a Java type encoder-decoder.
|
Class and Description |
---|
Codec
Defines the necessary methods for a Java type encoder-decoder.
|
Query
Provides for specifying and chaining query predicates.
|
RedisException
[TODO: update doc regarding "extensions"]
RedisExceptions are only created/raised subsequent to an error result from the redis server.
|
Sort
Sort, a type of
Query , provides for specifying and chaining the query predicates. |
Class and Description |
---|
Codec
Defines the necessary methods for a Java type encoder-decoder.
|
JRedis
This is effectively a one to one mapping to Redis commands.
|
NotSupportedException
Providers can throw this exception in response for requests for optional
aspects of Redis Specification.
|
Query
Provides for specifying and chaining query predicates.
|
RedisException
[TODO: update doc regarding "extensions"]
RedisExceptions are only created/raised subsequent to an error result from the redis server.
|
RedisType |
Sort
Sort, a type of
Query , provides for specifying and chaining the query predicates. |
Copyright © 2009–2017. All rights reserved.