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
676a6a4d
Commit
676a6a4d
authored
Apr 26, 2016
by
Ramon Snir
Committed by
antirez
May 10, 2016
Browse files
tiny typo in Redis Modules API documentation
parent
a1f8e22b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/module.c
View file @
676a6a4d
...
@@ -904,7 +904,7 @@ int RM_StringSet(RedisModuleKey *key, RedisModuleString *str) {
...
@@ -904,7 +904,7 @@ int RM_StringSet(RedisModuleKey *key, RedisModuleString *str) {
* The 'mode' is composed by bitwise OR-ing the following flags:
* The 'mode' is composed by bitwise OR-ing the following flags:
*
*
* REDISMODULE_READ -- Read access
* REDISMODULE_READ -- Read access
* REDISMODULE_WRITE -- W
R
ite access
* REDISMODULE_WRITE -- W
r
ite access
*
*
* If the DMA is not requested for writing, the pointer returned should
* If the DMA is not requested for writing, the pointer returned should
* only be accessed in a read-only fashion.
* only be accessed in a read-only fashion.
...
...
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