public class Response extends Object
| Modifier and Type | Field and Description |
|---|---|
static Slice |
NULL |
static Slice |
OK |
static Slice |
SKIP |
| Modifier and Type | Method and Description |
|---|---|
static Slice |
array(List<Slice> values) |
static Slice |
bulkString(Slice s) |
static Slice |
clientResponse(String command,
Slice response) |
static Slice |
error(String s) |
static Slice |
integer(long v) |
static Slice |
publishedMessage(Slice channel,
Slice message) |
static Slice |
subscribedToChannel(List<Slice> channels) |
static Slice |
unsubscribe(Slice channel,
int remainingSubscriptions) |
Copyright © 2018. All rights reserved.