Class XRange
java.lang.Object
com.github.fppt.jedismock.operations.AbstractRedisOperation
com.github.fppt.jedismock.operations.streams.Ranges
com.github.fppt.jedismock.operations.streams.XRange
- All Implemented Interfaces:
RedisOperation
XRANGE key start end [COUNT count]
Supported options: COUNT
Supported options: COUNT
-
Field Summary
Fields inherited from class com.github.fppt.jedismock.operations.streams.Ranges
multiplier -
Method Summary
Methods inherited from class com.github.fppt.jedismock.operations.streams.Ranges
preprocessExclusiveBorder, preprocessKey, rangeMethods inherited from class com.github.fppt.jedismock.operations.AbstractRedisOperation
base, doOptionalWork, execute, getListFromBaseOrCreateEmpty, getSetFromBaseOrCreateEmpty, getStreamFromBaseOrCreateEmpty, getZSetFromBaseOrCreateEmpty, maxArgs, params, self
-
Method Details
-
minArgs
protected int minArgs()Description copied from class:AbstractRedisOperationMinimum number of arguments (inclusive)- Overrides:
minArgsin classAbstractRedisOperation
-
response
-