Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ connGetState
Function
connGetState
app/redis-6.2.6/src/connection.c:420–422 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
418
}
419
420
int connGetState(connection *conn) {
421
return conn->state;
422
}
423
424
/* Return a text that describes the connection, suitable for inclusion
425
* in CLIENT LIST and similar outputs.
Callers
13
sendBulkToSlave
Function · 0.85
rdbPipeWriteHandler
Function · 0.85
rdbPipeReadHandler
Function · 0.85
readSyncBulkPayload
Function · 0.85
syncWithMaster
Function · 0.85
clientAcceptHandler
Function · 0.85
acceptCommonHandler
Function · 0.85
writeToClient
Function · 0.85
readQueryFromClient
Function · 0.85
clusterConnAcceptHandler
Function · 0.85
clusterAcceptHandler
Function · 0.85
clusterLinkConnectHandler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected