Skip to content

Support for flexible Redis configuration

Latest
Compare
Choose a tag to compare
@rjyo rjyo released this 08 Mar 04:23
· 1 commit to main since this release

You can use an ioredis instance for advanced configuration, like the cluster mode.

cacheAdapter: RedisCache.init({
    redis: new Redis.Cluster({...}),
    ttl: 15,
    tbd: 3600,
})

Credit: A PR by @prkirby