Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ connCreateTLS
Function
connCreateTLS
app/redis-6.2.6/src/tls.c:427–429 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
425
}
426
427
connection *connCreateTLS(void) {
428
return createTLSConnection(1);
429
}
430
431
/* Fetch the latest OpenSSL error and store it in the connection */
432
static void updateTLSError(tls_connection *conn) {
Callers
3
connectWithMaster
Function · 0.85
clusterCron
Function · 0.85
migrateGetSocket
Function · 0.85
Calls
1
createTLSConnection
Function · 0.85
Tested by
no test coverage detected