Package | Description |
---|---|
com.lambdaworks.redis |
The redis client package containing
RedisClient for regular and sentinel operations. |
com.lambdaworks.redis.output |
Implementation of different output protocols including the Streaming API.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyScanCursor<K>
Cursor providing a list of keys.
|
class |
MapScanCursor<K,V>
Scan cursor for maps.
|
class |
ScoredValueScanCursor<V>
Cursor providing a list of
ScoredValue |
class |
StreamScanCursor
Cursor result using the Streaming API.
|
class |
ValueScanCursor<V>
Cursor providing a list of values.
|
Modifier and Type | Method and Description |
---|---|
static ScanCursor |
ScanCursor.of(String cursor)
Creates a Scan-Cursor reference.
|
Modifier and Type | Method and Description |
---|---|
StreamScanCursor |
RedisHashesConnection.hscan(KeyValueStreamingChannel<K,V> channel,
K key,
ScanCursor scanCursor)
Incrementally iterate hash fields and associated values.
|
RedisFuture<StreamScanCursor> |
RedisHashesAsyncConnection.hscan(KeyValueStreamingChannel<K,V> channel,
K key,
ScanCursor scanCursor)
Incrementally iterate hash fields and associated values.
|
RedisFuture<StreamScanCursor> |
RedisAsyncConnectionImpl.hscan(KeyValueStreamingChannel<K,V> channel,
K key,
ScanCursor scanCursor) |
StreamScanCursor |
RedisHashesConnection.hscan(KeyValueStreamingChannel<K,V> channel,
K key,
ScanCursor scanCursor,
ScanArgs scanArgs)
Incrementally iterate hash fields and associated values.
|
RedisFuture<StreamScanCursor> |
RedisHashesAsyncConnection.hscan(KeyValueStreamingChannel<K,V> channel,
K key,
ScanCursor scanCursor,
ScanArgs scanArgs)
Incrementally iterate hash fields and associated values.
|
RedisFuture<StreamScanCursor> |
RedisAsyncConnectionImpl.hscan(KeyValueStreamingChannel<K,V> channel,
K key,
ScanCursor scanCursor,
ScanArgs scanArgs) |
MapScanCursor<K,V> |
RedisHashesConnection.hscan(K key,
ScanCursor scanCursor)
Incrementally iterate hash fields and associated values.
|
RedisFuture<MapScanCursor<K,V>> |
RedisHashesAsyncConnection.hscan(K key,
ScanCursor scanCursor)
Incrementally iterate hash fields and associated values.
|
RedisFuture<MapScanCursor<K,V>> |
RedisAsyncConnectionImpl.hscan(K key,
ScanCursor scanCursor) |
MapScanCursor<K,V> |
RedisHashesConnection.hscan(K key,
ScanCursor scanCursor,
ScanArgs scanArgs)
Incrementally iterate hash fields and associated values.
|
RedisFuture<MapScanCursor<K,V>> |
RedisHashesAsyncConnection.hscan(K key,
ScanCursor scanCursor,
ScanArgs scanArgs)
Incrementally iterate hash fields and associated values.
|
RedisFuture<MapScanCursor<K,V>> |
RedisAsyncConnectionImpl.hscan(K key,
ScanCursor scanCursor,
ScanArgs scanArgs) |
StreamScanCursor |
RedisKeysConnection.scan(KeyStreamingChannel<K> channel,
ScanCursor scanCursor)
Incrementally iterate the keys space.
|
RedisFuture<StreamScanCursor> |
RedisKeysAsyncConnection.scan(KeyStreamingChannel<K> channel,
ScanCursor scanCursor)
Incrementally iterate the keys space.
|
RedisFuture<StreamScanCursor> |
RedisAsyncConnectionImpl.scan(KeyStreamingChannel<K> channel,
ScanCursor scanCursor) |
StreamScanCursor |
RedisKeysConnection.scan(KeyStreamingChannel<K> channel,
ScanCursor scanCursor,
ScanArgs scanArgs)
Incrementally iterate the keys space.
|
RedisFuture<StreamScanCursor> |
RedisKeysAsyncConnection.scan(KeyStreamingChannel<K> channel,
ScanCursor scanCursor,
ScanArgs scanArgs)
Incrementally iterate the keys space.
|
RedisFuture<StreamScanCursor> |
RedisAsyncConnectionImpl.scan(KeyStreamingChannel<K> channel,
ScanCursor scanCursor,
ScanArgs scanArgs) |
KeyScanCursor<K> |
RedisKeysConnection.scan(ScanCursor scanCursor)
Incrementally iterate the keys space.
|
RedisFuture<KeyScanCursor<K>> |
RedisKeysAsyncConnection.scan(ScanCursor scanCursor)
Incrementally iterate the keys space.
|
RedisFuture<KeyScanCursor<K>> |
RedisAsyncConnectionImpl.scan(ScanCursor scanCursor) |
KeyScanCursor<K> |
RedisKeysConnection.scan(ScanCursor scanCursor,
ScanArgs scanArgs)
Incrementally iterate the keys space.
|
RedisFuture<KeyScanCursor<K>> |
RedisKeysAsyncConnection.scan(ScanCursor scanCursor,
ScanArgs scanArgs)
Incrementally iterate the keys space.
|
RedisFuture<KeyScanCursor<K>> |
RedisAsyncConnectionImpl.scan(ScanCursor scanCursor,
ScanArgs scanArgs) |
ValueScanCursor<V> |
RedisSetsConnection.sscan(K key,
ScanCursor scanCursor)
Incrementally iterate Set elements.
|
RedisFuture<ValueScanCursor<V>> |
RedisSetsAsyncConnection.sscan(K key,
ScanCursor scanCursor)
Incrementally iterate Set elements.
|
RedisFuture<ValueScanCursor<V>> |
RedisAsyncConnectionImpl.sscan(K key,
ScanCursor scanCursor) |
ValueScanCursor<V> |
RedisSetsConnection.sscan(K key,
ScanCursor scanCursor,
ScanArgs scanArgs)
Incrementally iterate Set elements.
|
RedisFuture<ValueScanCursor<V>> |
RedisSetsAsyncConnection.sscan(K key,
ScanCursor scanCursor,
ScanArgs scanArgs)
Incrementally iterate Set elements.
|
RedisFuture<ValueScanCursor<V>> |
RedisAsyncConnectionImpl.sscan(K key,
ScanCursor scanCursor,
ScanArgs scanArgs) |
StreamScanCursor |
RedisSetsConnection.sscan(ValueStreamingChannel<V> channel,
K key,
ScanCursor scanCursor)
Incrementally iterate Set elements.
|
RedisFuture<StreamScanCursor> |
RedisSetsAsyncConnection.sscan(ValueStreamingChannel<V> channel,
K key,
ScanCursor scanCursor)
Incrementally iterate Set elements.
|
RedisFuture<StreamScanCursor> |
RedisAsyncConnectionImpl.sscan(ValueStreamingChannel<V> channel,
K key,
ScanCursor scanCursor) |
StreamScanCursor |
RedisSetsConnection.sscan(ValueStreamingChannel<V> channel,
K key,
ScanCursor scanCursor,
ScanArgs scanArgs)
Incrementally iterate Set elements.
|
RedisFuture<StreamScanCursor> |
RedisSetsAsyncConnection.sscan(ValueStreamingChannel<V> channel,
K key,
ScanCursor scanCursor,
ScanArgs scanArgs)
Incrementally iterate Set elements.
|
RedisFuture<StreamScanCursor> |
RedisAsyncConnectionImpl.sscan(ValueStreamingChannel<V> channel,
K key,
ScanCursor scanCursor,
ScanArgs scanArgs) |
ScoredValueScanCursor<V> |
RedisSortedSetsConnection.zscan(K key,
ScanCursor scanCursor)
Incrementally iterate sorted sets elements and associated scores.
|
RedisFuture<ScoredValueScanCursor<V>> |
RedisSortedSetsAsyncConnection.zscan(K key,
ScanCursor scanCursor)
Incrementally iterate sorted sets elements and associated scores.
|
RedisFuture<ScoredValueScanCursor<V>> |
RedisAsyncConnectionImpl.zscan(K key,
ScanCursor scanCursor) |
ScoredValueScanCursor<V> |
RedisSortedSetsConnection.zscan(K key,
ScanCursor scanCursor,
ScanArgs scanArgs)
Incrementally iterate sorted sets elements and associated scores.
|
RedisFuture<ScoredValueScanCursor<V>> |
RedisSortedSetsAsyncConnection.zscan(K key,
ScanCursor scanCursor,
ScanArgs scanArgs)
Incrementally iterate sorted sets elements and associated scores.
|
RedisFuture<ScoredValueScanCursor<V>> |
RedisAsyncConnectionImpl.zscan(K key,
ScanCursor scanCursor,
ScanArgs scanArgs) |
StreamScanCursor |
RedisSortedSetsConnection.zscan(ScoredValueStreamingChannel<V> channel,
K key,
ScanCursor scanCursor)
Incrementally iterate sorted sets elements and associated scores.
|
RedisFuture<StreamScanCursor> |
RedisSortedSetsAsyncConnection.zscan(ScoredValueStreamingChannel<V> channel,
K key,
ScanCursor scanCursor)
Incrementally iterate sorted sets elements and associated scores.
|
RedisFuture<StreamScanCursor> |
RedisAsyncConnectionImpl.zscan(ScoredValueStreamingChannel<V> channel,
K key,
ScanCursor scanCursor) |
StreamScanCursor |
RedisSortedSetsConnection.zscan(ScoredValueStreamingChannel<V> channel,
K key,
ScanCursor scanCursor,
ScanArgs scanArgs)
Incrementally iterate sorted sets elements and associated scores.
|
RedisFuture<StreamScanCursor> |
RedisSortedSetsAsyncConnection.zscan(ScoredValueStreamingChannel<V> channel,
K key,
ScanCursor scanCursor,
ScanArgs scanArgs)
Incrementally iterate sorted sets elements and associated scores.
|
RedisFuture<StreamScanCursor> |
RedisAsyncConnectionImpl.zscan(ScoredValueStreamingChannel<V> channel,
K key,
ScanCursor scanCursor,
ScanArgs scanArgs) |
Modifier and Type | Class and Description |
---|---|
class |
ScanOutput<K,V,T extends ScanCursor>
Cursor handling output.
|
Copyright © 2015. All rights reserved.