summaryrefslogtreecommitdiff
path: root/tests/helpers/bg_complex_data.tcl
blob: e888748a79479d23776699893e1ae5bad59bbbbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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]