redis_study/tests/helpers/bg_complex_data.tcl

13 lines
326 B
Tcl
Raw Normal View History

2020-09-05 04:01:22 +00:00
source tests/support/redis.tcl
source tests/support/util.tcl
set ::tlsdir "tests/tls"
proc bg_complex_data {host port db ops tls} {
set r [redis $host $port 0 $tls]
$r select $db
createComplexDataset $r $ops
}
bg_complex_data [lindex $argv 0] [lindex $argv 1] [lindex $argv 2] [lindex $argv 3] [lindex $argv 4]