Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ redis_init
Function
redis_init
modules/cachedb_redis/cachedb_redis_dbase.c:761–764 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
759
}
760
761
cachedb_con *redis_init(str *url)
762
{
763
return cachedb_do_init(url,(void *)redis_new_connection);
764
}
765
766
void redis_free_connection(cachedb_pool_con *cpc)
767
{
Callers
1
child_init
Function · 0.85
Calls
1
cachedb_do_init
Function · 0.85
Tested by
no test coverage detected