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