Package | Description |
---|---|
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.protocol |
Modifier and Type | Method and Description |
---|---|
void |
RequestListener.onResponse(Object context,
Request request,
Response response) |
Modifier and Type | Method and Description |
---|---|
Request |
Protocol.createRequest(Command cmd,
byte[]... args) |
Modifier and Type | Class and Description |
---|---|
static class |
ProtocolBase.StreamBufferRequest
SimpleRequest implements the required
Message.read(InputStream)
using a (likely) shared data buffer. |
Modifier and Type | Method and Description |
---|---|
protected abstract Request |
ProtocolBase.createRequest(ByteArrayOutputStream buffer) |
protected Request |
SyncProtocol.createRequest(ByteArrayOutputStream buffer) |
Request |
ProtocolBase.createRequest(Command cmd,
byte[]... args) |
Copyright © 2009–2019. All rights reserved.