mirror of
http://github.com/valkey-io/valkey
synced 2024-11-23 11:51:01 +00:00
11 lines
272 B
Tcl
11 lines
272 B
Tcl
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]
|