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
redis
Commits
8f896e57
Commit
8f896e57
authored
Apr 14, 2020
by
antirez
Browse files
Fix zsetAdd() top comment spelling.
parent
8f515705
Changes
1
Show whitespace changes
Inline
Side-by-side
src/t_zset.c
View file @
8f896e57
...
...
@@ -1301,14 +1301,14 @@ int zsetScore(robj *zobj, sds member, double *score) {
* none could be set if we re-added an element using the same score it used
* to have, or in the case a zero increment is used).
*
* The function returns 0 on er
o
rr, currently only when the increment
* The function returns 0 on err
o
r, currently only when the increment
* produces a NAN condition, or when the 'score' value is NAN since the
* start.
*
* The commad as a side effect of adding a new element may convert the sorted
* The comma
n
d as a side effect of adding a new element may convert the sorted
* set internal encoding from ziplist to hashtable+skiplist.
*
* Memory managem
n
et of 'ele':
* Memory manageme
n
t of 'ele':
*
* The function does not take ownership of the 'ele' SDS string, but copies
* it if needed. */
...
...
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