npm install --foreground-scripts --progress false --save @backkit/redis
npm install --save @backkit/redis
NO_AUTOCONF=y \
npm install @backkit/redis --save
Starting with 0.2.0, you can use redis url connection string.
This is now the prefered way to connect. It supports all features like secured connection, user/password.
Most managed redis cloud providers give you a connection string to copy/paste.
url: "redis://localhost:6379"