Skip to content

Releases: next-boost/redis-cache

Support for flexible Redis configuration

08 Mar 04:23
Compare
Choose a tag to compare

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