Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Ddb.c238 int allvolatile = dictSize(db->dict) == dictSize(db->expires); in dbRandomKey() local
250 if (allvolatile && server.masterhost && --maxtries == 0) { in dbRandomKey()