mirror of
https://github.com/redis/redis.git
synced 2026-01-11 18:07:59 -05:00
fix comment error, the code is ok
This commit is contained in:
@@ -67,7 +67,7 @@ typedef struct quicklistLZF {
|
||||
/* quicklist is a 40 byte struct (on 64-bit systems) describing a quicklist.
|
||||
* 'count' is the number of total entries.
|
||||
* 'len' is the number of quicklist nodes.
|
||||
* 'compress' is: -1 if compression disabled, otherwise it's the number
|
||||
* 'compress' is: 0 if compression disabled, otherwise it's the number
|
||||
* of quicklistNodes to leave uncompressed at ends of quicklist.
|
||||
* 'fill' is the user-requested (or default) fill factor. */
|
||||
typedef struct quicklist {
|
||||
|
||||
Reference in New Issue
Block a user