2
0

bg_complex_data.tcl 272 B

12345678910
  1. source tests/support/redis.tcl
  2. source tests/support/util.tcl
  3. proc bg_complex_data {host port db ops} {
  4. set r [redis $host $port]
  5. $r select $db
  6. createComplexDataset $r $ops
  7. }
  8. bg_complex_data [lindex $argv 0] [lindex $argv 1] [lindex $argv 2] [lindex $argv 3]