glimr_redis/redis
Redis Cache Entry Point
This module exists to simplify Redis pool initialization by hiding the config loading and store lookup machinery from consumers. Without this, every call site would need to load the cache config, find the right store, and start the pool themselves, leading to repetitive boilerplate.