K - Key type.V - Value type.public interface AggregateAsyncCommands<K,V>
| Modifier and Type | Method and Description |
|---|---|
io.lettuce.core.RedisFuture<AggregateResults<K,V>> |
aggregate(K index,
V query) |
io.lettuce.core.RedisFuture<AggregateResults<K,V>> |
aggregate(K index,
V query,
AggregateOptions options) |
io.lettuce.core.RedisFuture<AggregateWithCursorResults<K,V>> |
aggregate(K index,
V query,
Cursor cursor) |
io.lettuce.core.RedisFuture<AggregateWithCursorResults<K,V>> |
aggregate(K index,
V query,
Cursor cursor,
AggregateOptions options) |
io.lettuce.core.RedisFuture<java.lang.String> |
cursorDelete(K index,
long cursor) |
io.lettuce.core.RedisFuture<AggregateWithCursorResults<K,V>> |
cursorRead(K index,
long cursor) |
io.lettuce.core.RedisFuture<AggregateWithCursorResults<K,V>> |
cursorRead(K index,
long cursor,
long count) |
io.lettuce.core.RedisFuture<AggregateResults<K,V>> aggregate(K index, V query)
io.lettuce.core.RedisFuture<AggregateResults<K,V>> aggregate(K index, V query, AggregateOptions options)
io.lettuce.core.RedisFuture<AggregateWithCursorResults<K,V>> aggregate(K index, V query, Cursor cursor)
io.lettuce.core.RedisFuture<AggregateWithCursorResults<K,V>> aggregate(K index, V query, Cursor cursor, AggregateOptions options)
io.lettuce.core.RedisFuture<AggregateWithCursorResults<K,V>> cursorRead(K index, long cursor)
io.lettuce.core.RedisFuture<AggregateWithCursorResults<K,V>> cursorRead(K index, long cursor, long count)
io.lettuce.core.RedisFuture<java.lang.String> cursorDelete(K index, long cursor)