@etohq/cache-redis
v1.5.3
Published
Redis Cache Module for Eto
Downloads
99
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:`)
}