mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
tiny typo in Redis Modules API documentation
This commit is contained in:
parent
a1f8e22b79
commit
676a6a4d19
@ -904,7 +904,7 @@ int RM_StringSet(RedisModuleKey *key, RedisModuleString *str) {
|
||||
* The 'mode' is composed by bitwise OR-ing the following flags:
|
||||
*
|
||||
* REDISMODULE_READ -- Read access
|
||||
* REDISMODULE_WRITE -- WRite access
|
||||
* REDISMODULE_WRITE -- Write access
|
||||
*
|
||||
* If the DMA is not requested for writing, the pointer returned should
|
||||
* only be accessed in a read-only fashion.
|
||||
|
Loading…
Reference in New Issue
Block a user