MCPcopy Create free account
hub / github.com/apache/httpd / register_hooks

Function register_hooks

modules/cache/mod_socache_redis.c:458–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456}
457
458static void register_hooks(apr_pool_t *p)
459{
460#ifdef HAVE_APU_REDIS
461
462 ap_register_provider(p, AP_SOCACHE_PROVIDER_GROUP, "redis",
463 AP_SOCACHE_PROVIDER_VERSION,
464 &socache_mc);
465#endif
466}
467
468static const command_rec socache_redis_cmds[] =
469{

Callers

nothing calls this directly

Calls 1

ap_register_providerFunction · 0.85

Tested by

no test coverage detected