From c8ab0e9d629c6996786f6f6d7eb274ffe27076a2 Mon Sep 17 00:00:00 2001
From: tamaina <tamaina@hotmail.co.jp>
Date: Mon, 4 Nov 2019 20:48:07 +0900
Subject: [PATCH] Update example.yml (#5572)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Redisの設定にprefix, dbを追加
---
 .config/example.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.config/example.yml b/.config/example.yml
index e8af2c0fbb..44d798bc8d 100644
--- a/.config/example.yml
+++ b/.config/example.yml
@@ -79,6 +79,8 @@ redis:
   host: localhost
   port: 6379
   #pass: example-pass
+  #prefix: example-prefix
+  #db: 1
 
 #   ┌─────────────────────────────┐
 #───┘ Elasticsearch configuration └─────────────────────────────