mirror of
https://github.com/redis/redis.git
synced 2026-01-11 20:18:08 -05:00
fix-zset-typo
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user