Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c1945 static dictType clusterManagerDictType = { variable
2440 dict *related = dictCreate(&clusterManagerDictType, NULL); in clusterManagerGetAntiAffinityScore()
4262 open_slots = dictCreate(&clusterManagerDictType, NULL); in clusterManagerCheckCluster()
4280 open_slots = dictCreate(&clusterManagerDictType, NULL); in clusterManagerCheckCluster()
4338 dictType dtype = clusterManagerDictType; in clusterManagerCheckCluster()