mirror of
https://github.com/fluencelabs/redis
synced 2025-06-11 00:01:20 +00:00
deps
src
tests
assets
cluster
helpers
bg_block_op.tcl
bg_complex_data.tcl
gen_write_load.tcl
integration
sentinel
support
tmp
unit
instances.tcl
test_helper.tcl
utils
.gitignore
00-RELEASENOTES
BUGS
CONTRIBUTING
COPYING
INSTALL
MANIFESTO
Makefile
README.md
redis.conf
runtest
runtest-cluster
runtest-sentinel
sentinel.conf
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]
|