MCPcopy 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
761cachedb_con *redis_init(str *url)
762{
763 return cachedb_do_init(url,(void *)redis_new_connection);
764}
765
766void redis_free_connection(cachedb_pool_con *cpc)
767{

Callers 1

child_initFunction · 0.85

Calls 1

cachedb_do_initFunction · 0.85

Tested by

no test coverage detected