Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
bf544ce8
Commit
bf544ce8
authored
Feb 14, 2011
by
Elnatan
Browse files
Typo fix
parent
36f73fdb
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
bf544ce8
...
@@ -108,7 +108,7 @@ was received:
...
@@ -108,7 +108,7 @@ was received:
*
**`REDIS_REPLY_ARRAY`**
:
*
**`REDIS_REPLY_ARRAY`**
:
*
A multi bulk reply. The number of elements in the multi bulk reply is stored in
*
A multi bulk reply. The number of elements in the multi bulk reply is stored in
`reply->elements`
. Every element in the multi bulk reply is a
`redisReply`
object as well
`reply->elements`
. Every element in the multi bulk reply is a
`redisReply`
object as well
and can be accessed via
`reply->element
s
[..index..]`
.
and can be accessed via
`reply->element[..index..]`
.
Redis may reply with nested arrays but this is fully supported.
Redis may reply with nested arrays but this is fully supported.
Replies should be freed using the
`freeReplyObject()`
function.
Replies should be freed using the
`freeReplyObject()`
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