mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 22:11:33 +00:00
fixed a minor memory leak in configuration file parsing
This commit is contained in:
@ -317,9 +317,9 @@ proc main {server port} {
|
||||
set _ $err
|
||||
} {}
|
||||
|
||||
test {DBSIZE should be 10001 now} {
|
||||
test {DBSIZE should be 10101 now} {
|
||||
$r dbsize
|
||||
} {10001}
|
||||
} {10101}
|
||||
|
||||
test {INCR against non existing key} {
|
||||
set res {}
|
||||
|
Reference in New Issue
Block a user