Unverified Commit 59c9716f authored by chenyang8094's avatar chenyang8094 Committed by GitHub
Browse files

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

parent 5f7789d3
...@@ -91,7 +91,7 @@ char *rdb_type_string[] = { ...@@ -91,7 +91,7 @@ char *rdb_type_string[] = {
"hash-ziplist", "hash-ziplist",
"quicklist", "quicklist",
"stream", "stream",
"hash-listpack" "hash-listpack",
"zset-listpack" "zset-listpack"
}; };
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment