Package | Description |
---|---|
redis | |
redis.client |
Modifier and Type | Method and Description |
---|---|
static Command |
Command.read(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 | Method and Description |
---|---|
Reply |
RedisClientBase.execute(String name,
Command command) |
com.google.common.util.concurrent.ListenableFuture<? extends Reply> |
RedisClientBase.pipeline(String name,
Command command) |
Copyright © 2015. All rights reserved.