From 0d76ce4166669887b0498175ede6904998a42e14 Mon Sep 17 00:00:00 2001 From: reality Date: Sun, 21 Apr 2013 14:11:35 +0000 Subject: [PATCH] switch users to use redis driver [#331] --- modules/users/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/users/config.json b/modules/users/config.json index 07f200d..34927cb 100644 --- a/modules/users/config.json +++ b/modules/users/config.json @@ -3,5 +3,5 @@ "dependencies": [ "command", "event" ], "dbKeys": [ "knownUsers" ], "help": "https://github.com/reality/depressionbot/blob/master/modules/users/README.md", - "dbType": "memory" + "dbType": "redis" }