From 5c1f70b5c577123cc42e073dea6a8f72e27818f8 Mon Sep 17 00:00:00 2001 From: beatrix Date: Sun, 7 May 2017 13:42:32 -0400 Subject: namespace redis usage (#2869) * add redis-namespace gem * namespace redis usage * refactor redis namespace code to be less intrusive previously : would be prepended to keys when the REDIS_NAMESPACE env var was not set now if it is not set the namespacing functions are not used at all, which should prevent disruptions when instances update. * fix redis namespace variable style in streaming js * remove trailing space * final redis namespace style fix --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 7658d6476..ff8e8a3d1 100644 --- a/Gemfile +++ b/Gemfile @@ -26,6 +26,7 @@ gem 'doorkeeper' gem 'fast_blank' gem 'goldfinger' gem 'hiredis' +gem 'redis-namespace' gem 'htmlentities' gem 'http' gem 'http_accept_language' -- cgit