Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Ddb.c203 robj *dbRandomKey(redisDb *db) { in dbRandomKey() function
394 if ((key = dbRandomKey(c->db)) == NULL) { in randomkeyCommand()
H A Dserver.h1417 robj *dbRandomKey(redisDb *db);