mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
RedisModule_HashSet call must end with NULL
Extended the RedisModule_HashSet doc to mark that each call must end with NULL
This commit is contained in:
parent
c560ade831
commit
44f9e0d7c7
@ -2150,7 +2150,9 @@ int RM_ZsetRangePrev(RedisModuleKey *key) {
|
|||||||
*
|
*
|
||||||
* The function is variadic and the user must specify pairs of field
|
* The function is variadic and the user must specify pairs of field
|
||||||
* names and values, both as RedisModuleString pointers (unless the
|
* names and values, both as RedisModuleString pointers (unless the
|
||||||
* CFIELD option is set, see later).
|
* CFIELD option is set, see later). At the end of the field/value-ptr pairs,
|
||||||
|
* NULL must be specified as last argument to signal the end of the arguments
|
||||||
|
* in the variadic function.
|
||||||
*
|
*
|
||||||
* Example to set the hash argv[1] to the value argv[2]:
|
* Example to set the hash argv[1] to the value argv[2]:
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user