mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 21:41:32 +00:00
support for named VM swap file. Fixed a few important interaction issues between the background saving processes and IO threads
This commit is contained in:
@ -285,7 +285,7 @@ proc main {server port} {
|
||||
array set payload {}
|
||||
for {set j 0} {$j < 100} {incr j} {
|
||||
set size [expr 1+[randomInt 100000]]
|
||||
set buf [string repeat "abcd" $size]
|
||||
set buf [string repeat "pl-$j" $size]
|
||||
set payload($j) $buf
|
||||
$r set bigpayload_$j $buf
|
||||
}
|
||||
|
Reference in New Issue
Block a user