Fix redis-check-rdb rdb_type_string initialization error (#9534)

This commit is contained in:
chenyang8094 2021-09-22 15:40:31 +08:00 committed by GitHub
parent 5f7789d329
commit 59c9716f96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ char *rdb_type_string[] = {
"hash-ziplist",
"quicklist",
"stream",
"hash-listpack"
"hash-listpack",
"zset-listpack"
};