Ghost/ghost/adapter-cache-redis
Joe Grigg 520d8df7a1 Added extra redis cache adapter configuration options
no refs

- This enables supplying a username to connect to redis with when connection to an individual node rather than a cluster.
- It also allows for extra options to be given to the ioredis store used in the background.
2023-10-31 13:58:22 +00:00
..
lib Added extra redis cache adapter configuration options 2023-10-31 13:58:22 +00:00
test Added extra redis cache adapter configuration options 2023-10-31 13:58:22 +00:00
.eslintrc.js
index.js
package.json
README.md

Adapter Cache Redis

Redis based cache adapter with support of Redis cluster

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests