proxy icon indicating copy to clipboard operation
proxy copied to clipboard

Optionally enable Redis cluster mode with `REDIS_CLUSTER=true`

Open epiphone opened this issue 3 years ago • 0 comments

Use ioredis.Cluster instead of ioredis.Redis if the REDIS_CLUSTER env var is set to true.

Also adds a lockfile, tests, basic CI setup + change the build script to prepare to handle git commit hash installs.

epiphone avatar Feb 17 '22 03:02 epiphone