@flinkk/cache-redis
v2.7.6
Published
Redis Cache Module for Flinkk Shop
Readme
Flinkk Shop Cache Redis
Use Redis as a Flinkk Shop cache store.
Installation
yarn add @flinkk/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 `flinkk:`)
}