Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.c1116 #define CLUSTER_BLACKLIST_TTL 60 /* 1 minute. */ macro
1151 dictSetUnsignedIntegerVal(de,time(NULL)+CLUSTER_BLACKLIST_TTL); in clusterBlacklistAddNode()