From 45a6d080badc8a84a55b174f00de90604021fd20 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Fri, 26 Jan 2024 17:39:35 +0100 Subject: [PATCH] =?UTF-8?q?readme:=20clarify=20that=20$REDIS=5FURL=20is=20?= =?UTF-8?q?optional=20=F0=9F=93=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit db-rest equivalent: https://github.com/derhuerst/db-rest/commit/d53ff22d53c1a4201ff881367ec2b7e744389ae9 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd33b67..4f0e83f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ ## installing & running -`vbb-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