@etohq/cache-redis
v2.0.1
Published
Redis Cache Module for Eto
Readme
Eto Cache Redis
Use Redis as a Eto cache store.
Installation
yarn add @etohq/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 `eto:`)
}