See: Description
| Interface | Description |
|---|---|
| KeyStreamingChannel<K> |
Streaming API for multiple Keys.
|
| KeyValueStreamingChannel<K,V> |
Streaming API for multiple keys and values (tuples).
|
| ScoredValueStreamingChannel<V> |
Streaming API for multiple Keys.
|
| StreamingChannel |
Marker interface for streaming channels.
|
| StreamingOutput<T> |
Implementors of this class support a streaming
CommandOutput while the command is still processed. |
| ValueStreamingChannel<V> |
Streaming API for multiple Keys.
|
| Class | Description |
|---|---|
| ArrayOutput<K,V> |
List of objects and lists to support dynamic nested structures (List with mixed content of values and
sublists). |
| BooleanListOutput<K,V> |
List of boolean output. |
| BooleanOutput<K,V> |
Boolean output.
|
| ByteArrayOutput<K,V> |
Byte array output.
|
| CommandOutput<K,V,T> |
Abstract representation of the output of a redis command.
|
| DateOutput<K,V> |
Date output with no milliseconds.
|
| DoubleOutput<K,V> |
Double output, may be null.
|
| GeoCoordinatesListOutput<K,V> |
A list output that creates a list with
GeoCoordinates's. |
| GeoCoordinatesValueListOutput<K,V> |
A list output that creates a list with
GeoCoordinates Values. |
| GeoWithinListOutput<K,V> |
A list output that creates a list with either double/long or
GeoCoordinates's. |
| IntegerListOutput<K,V> |
List of 64-bit integer output. |
| IntegerOutput<K,V> |
64-bit integer output, may be null.
|
| KeyListOutput<K,V> |
List of keys output. |
| KeyOutput<K,V> |
Key output.
|
| KeyScanOutput<K,V> |
KeyScanCursor for scan cursor output. |
| KeyScanStreamingOutput<K,V> |
Streaming API for multiple Keys.
|
| KeyStreamingOutput<K,V> |
Streaming-Output of Keys.
|
| KeyValueListOutput<K,V> |
List of values output. |
| KeyValueOutput<K,V> |
Key-value pair output.
|
| KeyValueScanStreamingOutput<K,V> |
Streaming-Output of Key Value Pairs.
|
| KeyValueScoredValueOutput<K,V> |
KeyValue encapsulating ScoredValue. |
| KeyValueStreamingOutput<K,V> |
Streaming-Output of Key Value Pairs.
|
| ListOfMapsOutput<K,V> |
List of maps output. |
| ListSubscriber<T> |
Simple subscriber feeding a
Collection ListSubscriber.onNext(Collection, Object). |
| MapOutput<K,V> |
Map of keys and values output. |
| MapScanOutput<K,V> |
MapScanCursor for scan cursor output. |
| MultiOutput<K,V> |
Output of all commands within a MULTI block.
|
| NestedMultiOutput<K,V> |
List of command outputs, possibly deeply nested. |
| ReplayOutput<K,V> |
Replayable
CommandOutput capturing output signals to replay these on a target CommandOutput. |
| ReplayOutput.BulkString | |
| ReplayOutput.ErrorBytes | |
| ReplayOutput.Signal |
Encapsulates a replayable decoding signal.
|
| ScanOutput<K,V,T extends ScanCursor> |
Cursor handling output.
|
| ScoredValueListOutput<K,V> |
List of values and their associated scores. |
| ScoredValueOutput<K,V> |
A single
ScoredValue. |
| ScoredValueScanOutput<K,V> |
ScoredValueScanCursor for scan cursor output. |
| ScoredValueScanStreamingOutput<K,V> |
Streaming-Output of of values and their associated scores.
|
| ScoredValueStreamingOutput<K,V> |
Streaming-Output of of values and their associated scores.
|
| SocketAddressOutput<K,V> |
Output capturing a hostname and port (both string elements) into a
SocketAddress. |
| StatusOutput<K,V> |
Status message output.
|
| StreamingOutput.Subscriber<T> |
Subscriber to a
StreamingOutput. |
| StreamMessageListOutput<K,V> |
List of StreamMessages. |
| StreamReadOutput<K,V> | |
| StringListOutput<K,V> |
List of string output. |
| StringMatchResultOutput<K,V> |
Command output for
STRALGO returning StringMatchResult. |
| StringValueListOutput<K,V> | |
| ValueListOutput<K,V> |
List of values output. |
| ValueOutput<K,V> |
Value output.
|
| ValueScanOutput<K,V> |
ValueScanCursor for scan cursor output. |
| ValueScanStreamingOutput<K,V> |
Streaming API for multiple Values.
|
| ValueSetOutput<K,V> |
Set of value output. |
| ValueStreamingOutput<K,V> |
Streaming-Output of Values.
|
| ValueValueListOutput<K,V> |
Copyright © 2021 lettuce.io. All rights reserved.