]> git.saurik.com Git - redis.git/blame - tests/helpers/bg_complex_data.tcl
Merge pull request #726 from yamt/typo
[redis.git] / tests / helpers / bg_complex_data.tcl
CommitLineData
22c9c407 1source tests/support/redis.tcl
2source tests/support/util.tcl
3
4proc bg_complex_data {host port db ops} {
5 set r [redis $host $port]
6 $r select $db
7 createComplexDataset $r $ops
8}
9
10bg_complex_data [lindex $argv 0] [lindex $argv 1] [lindex $argv 2] [lindex $argv 3]