Commit 219bab2d authored by Gavrie Philipson's avatar Gavrie Philipson Committed by Oran Agra
Browse files

Fix typo in module API docs (#7861)


(cherry picked from commit 49383a4a)
parent d51bebd4
......@@ -2937,8 +2937,8 @@ int RM_HashSet(RedisModuleKey *key, int flags, ...) {
}
/* Get fields from an hash value. This function is called using a variable
* number of arguments, alternating a field name (as a StringRedisModule
* pointer) with a pointer to a StringRedisModule pointer, that is set to the
* number of arguments, alternating a field name (as a RedisModuleString
* pointer) with a pointer to a RedisModuleString pointer, that is set to the
* value of the field if the field exists, or NULL if the field does not exist.
* 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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment