@acmekit/cache-redis
v2.13.20
Published
Redis Cache Module for AcmeKit
Readme
AcmeKit Cache Redis
Use Redis as a AcmeKit cache store.
Installation
yarn add @acmekit/cache-redisOptions
{
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:`)
}