mirror of
https://github.com/fluencelabs/redis
synced 2025-06-18 19:51:22 +00:00
Streams: trap more errors in stream loading + RDB check type name.
This commit is contained in:
@ -85,7 +85,8 @@ char *rdb_type_string[] = {
|
||||
"set-intset",
|
||||
"zset-ziplist",
|
||||
"hash-ziplist",
|
||||
"quicklist"
|
||||
"quicklist",
|
||||
"stream"
|
||||
};
|
||||
|
||||
/* Show a few stats collected into 'rdbstate' */
|
||||
|
Reference in New Issue
Block a user