Searched refs:masters_local (Results 1 – 1 of 1) sorted by relevance
3216 dict *masters_local = sentinel.masters; in sentinelCommand() local3218 masters_local = dictCreate(©_keeper, NULL); in sentinelCommand()3224 dictAdd(masters_local, ri->name, ri); in sentinelCommand()3236 addReplyMultiBulkLen(c,dictSize(masters_local) * 2); in sentinelCommand()3240 di = dictGetIterator(masters_local); in sentinelCommand()3267 if (masters_local != sentinel.masters) dictRelease(masters_local); in sentinelCommand()