Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Ddict.h177 int dictRehashMilliseconds(dict *d, int ms);
H A Ddict.c241 int dictRehashMilliseconds(dict *d, int ms) { in dictRehashMilliseconds() function
1175 dictRehashMilliseconds(dict,100); in main()
H A Dserver.c763 dictRehashMilliseconds(server.db[dbid].dict,1); in incrementallyRehash()
768 dictRehashMilliseconds(server.db[dbid].expires,1); in incrementallyRehash()