Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
59c9716f
Unverified
Commit
59c9716f
authored
Sep 22, 2021
by
chenyang8094
Committed by
GitHub
Sep 22, 2021
Browse files
Fix redis-check-rdb rdb_type_string initialization error (#9534)
parent
5f7789d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis-check-rdb.c
View file @
59c9716f
...
@@ -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"
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment