Searched refs:clusterRedirectClient (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | cluster.h | 288 void clusterRedirectClient(client *c, clusterNode *n, int hashslot, int error_code);
|
| H A D | cluster.c | 5631 void clusterRedirectClient(client *c, clusterNode *n, int hashslot, int error_code) { in clusterRedirectClient() function 5677 clusterRedirectClient(c,NULL,0,CLUSTER_REDIR_DOWN_STATE); in clusterRedirectBlockedClientIfNeeded() 5695 clusterRedirectClient(c,NULL,0, in clusterRedirectBlockedClientIfNeeded() 5698 clusterRedirectClient(c,node,slot, in clusterRedirectBlockedClientIfNeeded()
|
| H A D | server.c | 2614 clusterRedirectClient(c,n,hashslot,error_code); in processCommand()
|
| /f-stack/app/redis-5.0.5/ |
| H A D | 00-RELEASENOTES | 2729 Modify clusterRedirectClient() to handle ZPOP and XREAD.
|