From 930e21ccb7d4e352a064dc38b7f6e7f1c8d53590 Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Sun, 6 Nov 2016 02:25:51 +0400 Subject: [PATCH] Added a note about Redis's password field --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 36fe229..1f65e59 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,8 @@ or post. All of which are optional except `type` with very logical default values. +If your Redis server is configured for password authentification, use the `password` field. + ### Postgres To use postgres storage you must install the `pg` package in npm