Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dnetworking.c1777 int killed = 0, close_this_client = 0; in clientCommand() local
1836 close_this_client = 1; in clientCommand()
1855 if (close_this_client) c->flags |= CLIENT_CLOSE_AFTER_REPLY; in clientCommand()