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
909a707b
Commit
909a707b
authored
Apr 28, 2016
by
Ramon Snir
Committed by
antirez
May 10, 2016
Browse files
vector of strings is implemented now
parent
a00e8725
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/API.md
View file @
909a707b
...
...
@@ -261,7 +261,7 @@ This is the full list of format specifiers:
*
**b**
-- C buffer, two arguments needed: C string pointer and
`size_t`
length.
*
**s**
-- RedisModuleString as received in
`argv`
or by other Redis module APIs returning a RedisModuleString object.
*
**l**
-- Long long integer.
*
**v**
--
NOT YET IMPLEMENTED:
Array of RedisModuleString objects.
*
**v**
-- Array of RedisModuleString objects.
*
**!**
-- This modifier just tells the function to replicate the command to slaves and AOF. It is ignored from the point of view of arguments parsing.
The function returns a
`RedisModuleCallReply`
object on success, on
...
...
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