| Package | Description |
|---|---|
| redis | |
| redis.client |
| Modifier and Type | Method and Description |
|---|---|
static Command |
Command.read(java.io.InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
void |
RedisProtocol.sendAsync(Command command)
Send a command over the wire, do not wait for a reponse.
|
| Modifier and Type | Field and Description |
|---|---|
private static Command |
RedisClientBase.DISCARD |
private static Command |
RedisClientBase.EXEC |
private static Command |
RedisClientBase.MULTI
Transaction support
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
Benchmark.benchmark(java.lang.String title,
Command command) |
Reply |
RedisClientBase.execute(java.lang.String name,
Command command) |
com.google.common.util.concurrent.ListenableFuture<? extends Reply> |
RedisClientBase.pipeline(java.lang.String name,
Command command) |