All Classes and Interfaces

Class
Description
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Created by Xiaolu on 2015/4/21.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Created by Xiaolu on 2015/4/20.
 
 
 
 
 
Created by Xiaolu on 2015/4/20.
Created by Xiaolu on 2015/4/18.
 
 
 
Created by Xiaolu on 2015/4/20.
Represents a Redis Operation which can be executed against RedisBase
Created by Xiaolu on 2015/4/20.
Created by Xiaolu on 2015/4/18.
Created by Xiaolu on 2015/4/20.
 
 
 
 
 
 
 
 
 
 
 
 
 
An associative array with O(1) get, delete operations.
Can be interpreted as a sequence of nodes that allows to iterate map.
Iterator for SequencedMap
 
Reverse iterator for SequencedMap
Created by Xiaolu on 2015/4/22.
 
 
 
 
 
 
This sort implementation currently does not implement parameters BY and GET moreover the complexity is currently O(N*log(N)) where N is the number of elements in the list
 
 
 
 
 
 
 
 
 
 
Created by Xiaolu on 2015/4/21.
 
 
Created by Xiaolu on 2015/4/22.
XADD key [NOMKSTREAM] [(MAXLEN | MINID) [= | ~] threshold [LIMIT count]] (* | id) field value [field value ...]
Supported options: all, except '~'
About trim options see XTrim
XDEL key id [id ...]
XLEN key
XRANGE key start end [COUNT count]
Supported options: COUNT
XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] id [id ...]
All options are supported
 
XTRIM key (MAXLEN | MINID) [= | ~] threshold [LIMIT count]
Supported options: MINID, MAXLEN, LIMIT, =
Unsupported options: "~" - due to the fact that our implementation works as = option