Home
last modified time | relevance | path

Searched refs:get_instance_attrib (Results 1 – 10 of 10) sorted by relevance

/f-stack/app/redis-5.0.5/tests/
H A Dinstances.tcl277 set pid [get_instance_attrib $type $id pid]
391 proc get_instance_attrib {type id attrib} { procedure
412 R $id slaveof [get_instance_attrib redis 0 host] \
413 [get_instance_attrib redis 0 port]
429 if {[get_instance_attrib $type $id port] == $port} {
443 set pid [get_instance_attrib $type $id pid]
444 set port [get_instance_attrib $type $id port]
473 set pid [get_instance_attrib $type $id pid]
481 set port [get_instance_attrib $type $id port]
/f-stack/app/redis-5.0.5/tests/sentinel/tests/includes/
H A Dinit-tests.tcl6 if {[get_instance_attrib $type $id pid] == -1} {
32 [get_instance_attrib redis $master_id host] \
33 [get_instance_attrib redis $master_id port] $quorum
/f-stack/app/redis-5.0.5/tests/cluster/tests/
H A D05-slave-selection.tcl21 set port0 [get_instance_attrib redis 0 port]
35 set cluster [redis_cluster 127.0.0.1:[get_instance_attrib redis 0 port]]
87 set port5 [get_instance_attrib redis 5 port]
113 set port0 [get_instance_attrib redis 0 port]
H A D12-replica-migration-2.tcl35 127.0.0.1:[get_instance_attrib redis 0 port] \
53 127.0.0.1:[get_instance_attrib redis 0 port] \
H A D04-resharding.tcl56 set cluster [redis_cluster 127.0.0.1:[get_instance_attrib redis 0 port]]
77 127.0.0.1:[get_instance_attrib redis 0 port] \
157 set masterport [get_instance_attrib redis $id port]
H A D06-slave-stop-cond.tcl21 set port0 [get_instance_attrib redis 0 port]
H A D03-failover-loop.tcl17 set cluster [redis_cluster 127.0.0.1:[get_instance_attrib redis 0 port]]
H A D10-manual-failover.tcl33 set cluster [redis_cluster 127.0.0.1:[get_instance_attrib redis 0 port]]
/f-stack/app/redis-5.0.5/tests/cluster/tests/includes/
H A Dinit-tests.tcl6 if {[get_instance_attrib $type $id pid] == -1} {
55 set b_port [get_instance_attrib redis $b port]
/f-stack/app/redis-5.0.5/tests/cluster/
H A Dcluster.tcl131 set port [get_instance_attrib redis $id port]