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
hiredis
Commits
afc462d3
Commit
afc462d3
authored
Jul 10, 2013
by
Pieter Noordhuis
Browse files
Add note about multi bulk nesting limit (fixes #143)
parent
f9ce2111
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
afc462d3
...
...
@@ -339,6 +339,9 @@ and a reply object (as described above) via `void **reply`. The returned status
can be either
`REDIS_OK`
or
`REDIS_ERR`
, where the latter means something went
wrong (either a protocol error, or an out of memory error).
The parser limits the level of nesting for multi bulk payloads to 7. If the
multi bulk nesting level is higher than this, the parser returns an error.
### Customizing replies
The function
`redisReaderGetReply`
creates
`redisReply`
and makes the 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