From a27387e1840110f0d07a7d50c0f48251d5d3389c Mon Sep 17 00:00:00 2001 From: Igor Malinovskiy Date: Fri, 17 Feb 2023 18:29:38 +0100 Subject: [PATCH] Make Installation section "cloud-friendly" --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 4fca8d405d..5859c5089c 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,7 @@ node-redis is a modern, high performance [Redis](https://redis.io) client for No ## Installation -Start a redis via docker: - -``` bash -docker run -p 6379:6379 -it redis/redis-stack-server:latest -``` +Make sure that you have Redis Stack, either [running locally on your machine](https://redis.io/docs/stack/get-started/install/) or [in the cloud](https://redis.com/try-free/). To install node-redis, simply: