| Package | Description |
|---|---|
| org.jredis.ri.alphazero.protocol |
| Class and Description |
|---|
| ProtocolBase
[TODO: document me!]
|
| ResponseSupport
Base for all responses.
|
| SyncProtocol
[TODO: document me!]
|
| SyncProtocol.SyncMultiLineResponseBase
Abstract base for all multiline responses (as of now, Bulk and MultBulk).
|
| SyncProtocol.SyncResponseBase
Synchronous responses are guaranteed to be contiguous chunks (if the
client of this class is respecting its contract) -- meaning, it can go
ahead and read as much as it can in its first read without busy waiting
or reading one byte at a time.
|
| SyncProtocol.ValueType |
Copyright © 2009–2021. All rights reserved.