Home
last modified time | relevance | path

Searched refs:nodeid (Results 1 – 3 of 3) sorted by relevance

/redis-3.2.3/tests/cluster/tests/
H A D00-base.tcl17 set nodeid [dict get [get_myself $id] id]
18 assert {$nodeid ne {}}
19 lappend ids $nodeid
/redis-3.2.3/tests/support/
H A Dcluster.tcl99 lassign $args nodeid addr flags slaveof pingsent pongrecv configepoch linkstate
112 id $nodeid \
/redis-3.2.3/src/
H A Dcluster.c1116 int clusterBlacklistExists(char *nodeid) { in clusterBlacklistExists() argument
1117 sds id = sdsnewlen(nodeid,CLUSTER_NAMELEN); in clusterBlacklistExists()