mirror of https://mirror.osredm.com/root/redis.git
Fix redis-check-rdb rdb_type_string initialization error (#9534)
This commit is contained in:
parent
5f7789d329
commit
59c9716f96
|
@ -91,7 +91,7 @@ char *rdb_type_string[] = {
|
|||
"hash-ziplist",
|
||||
"quicklist",
|
||||
"stream",
|
||||
"hash-listpack"
|
||||
"hash-listpack",
|
||||
"zset-listpack"
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue