parent
a4c19e3430
commit
870b0db23d
@ -7058,7 +7058,7 @@ RedisModuleString *RM_DictPrev(RedisModuleCtx *ctx, RedisModuleDictIter *di, voi
|
|||||||
/* Compare the element currently pointed by the iterator to the specified
|
/* Compare the element currently pointed by the iterator to the specified
|
||||||
* element given by key/keylen, according to the operator 'op' (the set of
|
* element given by key/keylen, according to the operator 'op' (the set of
|
||||||
* valid operators are the same valid for RedisModule_DictIteratorStart).
|
* valid operators are the same valid for RedisModule_DictIteratorStart).
|
||||||
* If the comparision is successful the command returns REDISMODULE_OK
|
* If the comparison is successful the command returns REDISMODULE_OK
|
||||||
* otherwise REDISMODULE_ERR is returned.
|
* otherwise REDISMODULE_ERR is returned.
|
||||||
*
|
*
|
||||||
* This is useful when we want to just emit a lexicographical range, so
|
* This is useful when we want to just emit a lexicographical range, so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user