From db10703b4f9b22be9b193469aa38eee34fd500a0 Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Mon, 15 Aug 2022 14:12:12 +0300 Subject: [PATCH] Updating to redis stack docker --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c26a755..b4b178c 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ To ensure prerequisites are installed, run the following: These tests expect a Redis server with the Graph module loaded to be available at localhost:6379 The currently compatible version of the RedisGraph module may be run as follows: -`docker run -p 6379:6379 -it --rm redislabs/redisgraph:2.0-edge` +`docker run -p 6379:6379 -it --rm redis/redis-stack:latest` A simple test suite is provided, and can be run with: `rspec`