Class | Description |
---|---|
ConcurrentSyncProtocol |
This basically extends
SyncProtocol so that the response buffers
are not shared, so that it can be used in multi-threaded environments. |
DefaultProtocolFactory |
[TODO: document me!]
|
ProtocolBase |
[TODO: document me!]
|
ProtocolBase.StreamBufferRequest |
SimpleRequest implements the required
Message.read(InputStream)
using a (likely) shared data buffer. |
ResponseSupport |
Base for all responses.
|
SyncProtocol |
[TODO: document me!]
|
VirtualResponse |
Certain requested commands do not have a corresponding response from
redis.
|
Enum | Description |
---|---|
SyncProtocol.ValueType |
Copyright © 2009–2015. All rights reserved.