From d53ff22d53c1a4201ff881367ec2b7e744389ae9 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Fri, 26 Jan 2024 17:38:20 +0100 Subject: [PATCH] =?UTF-8?q?readme:=20mention=20$REDIS=5FURL=20=F0=9F=93=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 09264e9..372ac56 100644 --- a/readme.md +++ b/readme.md @@ -15,7 +15,9 @@ ## installing & running -`db-rest` expects a [Redis](https://redis.io/) server running on `127.0.0.1:6379` (default port), but you can set the `REDIS_URL` environment variable to change this. +### access to Redis + +It is recommended that you let `bvg-rest` cache HAFAS responses within a [Redis](https://redis.io/) cache. To use this feature, set `$REDIS_URL` (e.g. to `redis://localhost:6379/1` when running Redis locally). ### via Docker