summaryrefslogtreecommitdiff
path: root/tests/helpers/bg_complex_data.tcl
blob: dffd7c6688405c738ea5f59b339be2638fa128c4 (plain)
1
2
3
4
5
6
7
8
9
10
source tests/support/redis.tcl
source tests/support/util.tcl

proc bg_complex_data {host port db ops} {
    set r [redis $host $port]
    $r select $db
    createComplexDataset $r $ops
}

bg_complex_data [lindex $argv 0] [lindex $argv 1] [lindex $argv 2] [lindex $argv 3]