mirror of
https://github.com/fluencelabs/redis
synced 2025-06-16 02:31:20 +00:00
zipmap fix for large values
This commit is contained in:
@ -152,6 +152,7 @@ proc createComplexDataset {r ops} {
|
||||
} {
|
||||
$r zadd $k $d $v
|
||||
} {
|
||||
puts "hset $k $f $v"
|
||||
$r hset $k $f $v
|
||||
}
|
||||
set t [$r type $k]
|
||||
@ -178,7 +179,7 @@ proc createComplexDataset {r ops} {
|
||||
}
|
||||
{hash} {
|
||||
randpath {$r hset $k $f $v} \
|
||||
{$r hdel $k $f}
|
||||
{puts "$r hdel $k $f"; $r hdel $k $f}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user