Package | Description |
---|---|
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 |
---|---|
Response.Type |
Response.getType() |
static Response.Type |
Response.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Response.Type[] |
Response.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected Response.Type |
ResponseSupport.type |
Modifier and Type | Method and Description |
---|---|
Response.Type |
VirtualResponse.getType() |
Response.Type |
ResponseSupport.getType() |
Modifier and Type | Method and Description |
---|---|
protected void |
SyncProtocol.SyncResponseBase.reset(Command cmd,
Response.Type type) |
Constructor and Description |
---|
ResponseSupport(Command cmd,
Response.Type type) |
SyncMultiLineResponseBase(byte[] buffer,
Command cmd,
Response.Type type) |
SyncResponseBase(byte[] buffer,
Command cmd,
Response.Type type) |
Copyright © 2009–2018. All rights reserved.