| Package | Description |
|---|---|
| redradishes.commands | |
| redradishes.guava | |
| redradishes.java8 |
| Modifier and Type | Method and Description |
|---|---|
<U1 extends T1,R> |
CommandBuilder.CommandBuilder1.returning(ReplyParser<? extends R> parser) |
| Modifier and Type | Method and Description |
|---|---|
<E,R> com.google.common.util.concurrent.ListenableFuture<R> |
RedisClient.send(Command1<E[],R> command,
E... arg1) |
<T,R> com.google.common.util.concurrent.ListenableFuture<R> |
RedisClient.send(Command1<T,R> command,
T arg) |
| Modifier and Type | Method and Description |
|---|---|
<E,R> CompletableFuture<R> |
RedisClient.send(Command1<E[],R> command,
E... arg1) |
<T,R> CompletableFuture<R> |
RedisClient.send(Command1<T,R> command,
T arg) |
Copyright © 2016. All rights reserved.