| 456 | } |
| 457 | |
| 458 | static 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 | |
| 468 | static const command_rec socache_redis_cmds[] = |
| 469 | { |
nothing calls this directly
no test coverage detected