mirror of
https://github.com/fluencelabs/redis
synced 2025-06-28 08:21:32 +00:00
Testing framework fixes and improvements backported from 2.6.
This commit is contained in:
@ -294,3 +294,7 @@ proc csvdump r {
|
||||
proc csvstring s {
|
||||
return "\"$s\""
|
||||
}
|
||||
|
||||
proc roundFloat f {
|
||||
format "%.10g" $f
|
||||
}
|
||||
|
Reference in New Issue
Block a user