Redis Cache Module for AcmeKit
npm install @acmekit/cache-redisUse Redis as a AcmeKit cache store.
```
yarn add @acmekit/cache-redis
`
{
ttl?: number // Time to keep data in cache (in seconds)
redisUrl?: string // Redis instance connection string
redisOptions?: RedisOptions // Redis client options
namespace?: string // Prefix for event keys (the default is acmekit:)``
}