| Package | Description |
|---|---|
| redis | |
| redis.reply |
| Modifier and Type | Method and Description |
|---|---|
static Reply |
RedisProtocol.receive(InputStream is)
Read a Reply from an input stream.
|
Reply |
RedisProtocol.receiveAsync()
Wait for a reply on the input stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BulkReply
Created by IntelliJ IDEA.
|
class |
ErrorReply
Created by IntelliJ IDEA.
|
class |
IntegerReply
Created by IntelliJ IDEA.
|
class |
MultiBulkReply
Nested replies.
|
class |
StatusReply
Created by IntelliJ IDEA.
|
| Modifier and Type | Method and Description |
|---|---|
Reply[] |
MultiBulkReply.data() |
| Constructor and Description |
|---|
MultiBulkReply(Reply[] replies) |
Copyright © 2013. All Rights Reserved.