From d4f80824f7559066926e62ef66b1198fdefee11e Mon Sep 17 00:00:00 2001
From: Nolan Lawson <nolan@nolanlawson.com>
Date: Thu, 21 Sep 2017 21:44:39 -0700
Subject: [PATCH] Document REDIS_NAMESPACE (#5038)

---
 .env.production.sample | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.env.production.sample b/.env.production.sample
index e022a84059..91fcce6ac4 100644
--- a/.env.production.sample
+++ b/.env.production.sample
@@ -1,5 +1,6 @@
 # Service dependencies
 # You may set REDIS_URL instead for more advanced options
+# You may also set REDIS_NAMESPACE to share Redis between multiple Mastodon servers
 REDIS_HOST=redis
 REDIS_PORT=6379
 # You may set DATABASE_URL instead for more advanced options
-- 
GitLab