All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
Command<K,V,Long> |
arcount(K key) |
Command<K,V,Long> |
ardel(K key,
long... indices) |
Command<K,V,Long> |
ardel(K key,
long index) |
Command<K,V,Long> |
ardelrange(K key,
ArrayIndexRange... ranges) |
Command<K,V,Long> |
ardelrange(K key,
long start,
long end) |
Command<K,V,V> |
arget(K key,
long index) |
Command<K,V,List<V>> |
argetrange(K key,
long start,
long end) |
Command<K,V,List<Value<V>>> |
argetrangeValues(K key,
long start,
long end) |
Command<K,V,List<Long>> |
argrep(K key,
ArGrepArgs grepArgs) |
Command<K,V,List<IndexedValue<V>>> |
argrepWithValues(K key,
ArGrepArgs grepArgs) |
Command<K,V,ArrayInfo> |
arinfo(K key) |
Command<K,V,ArrayInfoFull> |
arinfoFull(K key) |
Command<K,V,Long> |
arinsert(K key,
V... values) |
Command<K,V,Long> |
arinsert(K key,
V value) |
Command<K,V,List<V>> |
arlastitems(K key,
long count) |
Command<K,V,List<V>> |
arlastitems(K key,
long count,
boolean rev) |
Command<K,V,Long> |
arlen(K key) |
Command<K,V,List<V>> |
armget(K key,
long... indices) |
Command<K,V,List<Value<V>>> |
armgetValues(K key,
long... indices) |
Command<K,V,Long> |
armset(K key,
Map<Long,V> indexValuePairs) |
Command<K,V,Long> |
arnext(K key) |
Command<K,V,V> |
aropAggregate(K key,
long start,
long end,
ArAggregateType operation) |
Command<K,V,Long> |
aropBitwise(K key,
long start,
long end,
ArBitwiseType operation) |
Command<K,V,Long> |
aropCount(K key,
long start,
long end) |
Command<K,V,Long> |
aropCount(K key,
long start,
long end,
V matchValue) |
Command<K,V,Long> |
arring(K key,
long size,
V... values) |
Command<K,V,Long> |
arring(K key,
long size,
V value) |
Command<K,V,List<IndexedValue<V>>> |
arscan(K key,
long start,
long end) |
Command<K,V,List<IndexedValue<V>>> |
arscan(K key,
long start,
long end,
long limit) |
Command<K,V,Long> |
arseek(K key,
long index) |
Command<K,V,Long> |
arset(K key,
long index,
V... values) |
Command<K,V,Long> |
arset(K key,
long index,
V value) |