Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dadlist.h88 void listRotate(list *list);
H A Dadlist.c330 void listRotate(list *list) { in listRotate() function
H A Dserver.c990 listRotate(server.clients); in clientsCron()