MCPcopy Create free account
hub / github.com/F-Stack/f-stack / areClientsPaused

Function areClientsPaused

app/redis-6.2.6/src/networking.c:3378–3380  ·  view source on GitHub ↗

Returns true if clients are paused and false otherwise. */

Source from the content-addressed store, hash-verified

3376
3377/* Returns true if clients are paused and false otherwise. */
3378int areClientsPaused(void) {
3379 return server.client_pause_type != CLIENT_PAUSE_OFF;
3380}
3381
3382/* Checks if the current client pause has elapsed and unpause clients
3383 * if it has. Also returns true if clients are now paused and false

Callers 2

propagateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected