1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

Make Installation section "cloud-friendly"

This commit is contained in:
Igor Malinovskiy
2023-02-17 18:29:38 +01:00
committed by GitHub
parent 9ffae592f1
commit a27387e184

View File

@@ -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: