Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
49383a4a
Unverified
Commit
49383a4a
authored
Sep 29, 2020
by
Gavrie Philipson
Committed by
GitHub
Sep 29, 2020
Browse files
Fix typo in module API docs (#7861)
parent
ce8bfc56
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/module.c
View file @
49383a4a
...
@@ -2938,8 +2938,8 @@ int RM_HashSet(RedisModuleKey *key, int flags, ...) {
...
@@ -2938,8 +2938,8 @@ int RM_HashSet(RedisModuleKey *key, int flags, ...) {
}
}
/* Get fields from an hash value. This function is called using a variable
/* Get fields from an hash value. This function is called using a variable
* number of arguments, alternating a field name (as a
String
RedisModule
* number of arguments, alternating a field name (as a RedisModule
String
* pointer) with a pointer to a
String
RedisModule pointer, that is set to the
* pointer) with a pointer to a RedisModule
String
pointer, that is set to the
* value of the field if the field exists, or NULL if the field does not exist.
* 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
* 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.
* argument to signal the end of the arguments in the variadic function.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment