Redis driver for togo [cache](https://github.com/togo-framework/cache) (`CACHE_DRIVER=redis`). ```bash togo install togo-framework/cache togo install togo-framework/cache-redis ``` Env: `REDIS_URL` (e.g. redis://localhost:6379/0). ---