0.2.0 • Published 2 months ago

@backkit/redis v0.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

Redis service

Interactive + Autoconf Install (for dev)

npm install --foreground-scripts --progress false  --save @backkit/redis

Non-Interactive Install with Default Autoconf (for dev)

npm install --save @backkit/redis

Non-Interactive Non-Autoconf install (for production)

NO_AUTOCONF=y \
npm install @backkit/redis --save

Configuration

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"
0.2.0

2 months ago

0.1.0

1 year ago

0.0.4

2 years ago