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.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.connection | |
org.jredis.ri.alphazero.protocol |
Class and Description |
---|
Command
Redis commands, (~) verbatim.
|
ResponseStatus
[TODO: document me!]
|
Class and Description |
---|
Command
Redis commands, (~) verbatim.
|
Class and Description |
---|
Command
Redis commands, (~) verbatim.
|
Request
[TODO: document me!]
|
Response
[TODO: detail the requirements - this is wip.]
|
Class and Description |
---|
Command
Redis commands, (~) verbatim.
|
Command.Flag
Defines (32 bit) flags for
Command |
Command.Option
Redis Command Options and modifiers
|
Command.RequestType
Broad Request Type categorization of the Redis Command per the request's
argument signature.
|
Command.ResponseType
Broad Response Type categorization of the Redis Command responses.
|
Protocol
Protocol is effectively a
Message factory. |
Request
[TODO: document me!]
|
Response
[TODO: detail the requirements - this is wip.]
|
Response.Type
A redis server responds with:
Status response - such as
Command.SET
Value Data ("String") - such as Command.GET
Bulk Data - such as Command.KEYS
Multi Bulk Data - such as Command.LRANGE
|
ResponseStatus
[TODO: document me!]
|
ResponseStatus.Code
Status code enum -- error or ok
|
Class and Description |
---|
Command
Redis commands, (~) verbatim.
|
Response
[TODO: detail the requirements - this is wip.]
|
ResponseStatus
[TODO: document me!]
|
Class and Description |
---|
Command
Redis commands, (~) verbatim.
|
Protocol
Protocol is effectively a
Message factory. |
Response
[TODO: detail the requirements - this is wip.]
|
Class and Description |
---|
BulkResponse
[TODO: document me!]
|
Command
Redis commands, (~) verbatim.
|
MultiBulkResponse
[TODO: document me!]
|
Protocol
Protocol is effectively a
Message factory. |
Protocol.Factory |
Request
[TODO: document me!]
|
Response
[TODO: detail the requirements - this is wip.]
|
Response.Type
A redis server responds with:
Status response - such as
Command.SET
Value Data ("String") - such as Command.GET
Bulk Data - such as Command.KEYS
Multi Bulk Data - such as Command.LRANGE
|
ResponseStatus
[TODO: document me!]
|
StatusResponse
This is just a marker interface.
|
ValueResponse
Formally, redis only returns "integers" as values, but in fact, an operation such as
Command.RANDOMKEY will return a key in a single line reply, and not a bulk reply. |
Copyright © 2009–2019. All rights reserved.