Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Ddb.c235 robj *dbRandomKey(redisDb *db) { in dbRandomKey() function
527 if ((key = dbRandomKey(c->db)) == NULL) { in randomkeyCommand()
H A Dserver.h1838 robj *dbRandomKey(redisDb *db);
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES1824 * Fix dbRandomKey() potential infinite loop.
2797 Fix infinite loop in dbRandomKey().