mirror of
https://github.com/redis/redis.git
synced 2026-03-23 03:03:20 -04:00
fix-zset-typo
This commit is contained in:
parent
e9b99c78df
commit
a57c06bb54
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ int zslDelete(zskiplist *zsl, double score, sds ele, zskiplistNode **node) {
|
|||
return 0; /* not found */
|
||||
}
|
||||
|
||||
/* Update the score of an elmenent inside the sorted set skiplist.
|
||||
/* Update the score of an element inside the sorted set skiplist.
|
||||
* Note that the element must exist and must match 'score'.
|
||||
* This function does not update the score in the hash table side, the
|
||||
* caller should take care of it.
|
||||
|
|
|
|||
Loading…
Reference in a new issue