| Package | Description |
|---|---|
| redradishes | |
| redradishes.commands | |
| redradishes.guava | |
| redradishes.java8 |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandList<T> |
| Modifier and Type | Method and Description |
|---|---|
default <U,V> Request<V> |
Request.combine(Request<? extends U> other,
BiFunction<? super T,? super U,? extends V> fn) |
default <U> Request<T> |
Request.combineIgnoringFirst(Request<U> other) |
default <U> Request<U> |
Request.combineIgnoringSecond(Request<U> other) |
| Modifier and Type | Method and Description |
|---|---|
default <U,V> Request<V> |
Request.combine(Request<? extends U> other,
BiFunction<? super T,? super U,? extends V> fn) |
default <U> Request<T> |
Request.combineIgnoringFirst(Request<U> other) |
default <U> Request<U> |
Request.combineIgnoringSecond(Request<U> other) |
protected <T> F |
XnioRedisClient.send_(Request<T> request) |
| Constructor and Description |
|---|
CommandList(List<Request<T>> requests) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Command<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> com.google.common.util.concurrent.ListenableFuture<T> |
RedisClient.send(Request<T> request) |
| Modifier and Type | Method and Description |
|---|---|
<T> CompletableFuture<T> |
RedisClient.send(Request<T> request) |
Copyright © 2016. All rights reserved.