From 5173b15c8207eda474e7fa04a98a52e22d9ee9d9 Mon Sep 17 00:00:00 2001 From: Jerko Steiner Date: Sat, 14 Mar 2020 08:59:22 +0100 Subject: [PATCH] Add Redis info to README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 8633139..b778c68 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,19 @@ unix domain socket. To access the server, go to http://localhost:3000 (or another port). +# Multiple Instances and Redis + +Redis can be used to allow users connected to different instances to connect. +The following needs to be added to `config.yaml` to enable Redis: + +```yaml +store: + type: redis + host: 127.0.0.1 # redis host + port: 6379 # redis port + prefix: peercalls # all instances must use the same prefix +``` + # Logging By default, Peer Calls server will log only basic information. Client-side