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
959af976
Unverified
Commit
959af976
authored
May 02, 2021
by
Michael Grunder
Committed by
GitHub
May 02, 2021
Browse files
Merge pull request #949 from plan-do-break-fix/Typo-corrections
fix(docs): corrects typos in project README
parents
dfa33e60
0743f57b
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
959af976
...
...
@@ -169,7 +169,7 @@ Hiredis also supports every new `RESP3` data type which are as follows. For mor
*
**`REDIS_REPLY_MAP`**
:
*
An array with the added invariant that there will always be an even number of elements.
The MAP is functionally equiv
ela
nt to
`REDIS_REPLY_ARRAY`
except for the previously mentioned invariant.
The MAP is functionally equiv
ale
nt to
`REDIS_REPLY_ARRAY`
except for the previously mentioned invariant.
*
**`REDIS_REPLY_SET`**
:
*
An array response where each entry is unique.
...
...
@@ -189,7 +189,7 @@ Hiredis also supports every new `RESP3` data type which are as follows. For mor
*
**`REDIS_REPLY_VERB`**
:
*
A verbatim string, intended to be presented to the user without modification.
The string payload is stored in the
`str`
mem
e
ber, and type data is stored in the
`vtype`
member (e.g.
`txt`
for raw text or
`md`
for markdown).
The string payload is stored in the
`str`
member, and type data is stored in the
`vtype`
member (e.g.
`txt`
for raw text or
`md`
for markdown).
Replies should be freed using the
`freeReplyObject()`
function.
Note that this function will take care of freeing sub-reply objects
...
...
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