mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 02:15:45 +02:00
Passover cleanups.
1. Add ttl with reload test. 2. Removed several LOG(FATAL) messages and replaced them with error propagation. 3. Added scan test for all the options.
This commit is contained in:
parent
997d2dcb69
commit
6e5de7ac59
10 changed files with 77 additions and 35 deletions
|
@ -33,7 +33,7 @@ namespace rdb {
|
|||
enum errc {
|
||||
wrong_signature = 1,
|
||||
bad_version = 2,
|
||||
module_not_supported = 3,
|
||||
feature_not_supported = 3,
|
||||
duplicate_key = 4,
|
||||
rdb_file_corrupted = 5,
|
||||
bad_checksum = 6,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue