We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c560ade commit 44f9e0dCopy full SHA for 44f9e0d
src/module.c
@@ -2150,7 +2150,9 @@ int RM_ZsetRangePrev(RedisModuleKey *key) {
2150
*
2151
* The function is variadic and the user must specify pairs of field
2152
* names and values, both as RedisModuleString pointers (unless the
2153
- * CFIELD option is set, see later).
+ * CFIELD option is set, see later). At the end of the field/value-ptr pairs,
2154
+ * NULL must be specified as last argument to signal the end of the arguments
2155
+ * in the variadic function.
2156
2157
* Example to set the hash argv[1] to the value argv[2]:
2158
0 commit comments