Streams: trap more errors in stream loading + RDB check type name.

This commit is contained in:
antirez
2018-02-21 11:17:46 +01:00
parent 8727b4845b
commit f7d4c3acdf
2 changed files with 10 additions and 1 deletions

View File

@ -85,7 +85,8 @@ char *rdb_type_string[] = {
"set-intset",
"zset-ziplist",
"hash-ziplist",
"quicklist"
"quicklist",
"stream"
};
/* Show a few stats collected into 'rdbstate' */