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

Update README.md

This commit is contained in:
Igor Malinovskiy
2023-02-21 15:24:50 +01:00
committed by GitHub
parent a27387e184
commit 63fd6e9abf

View File

@@ -28,7 +28,7 @@ node-redis is a modern, high performance [Redis](https://redis.io) client for No
## Installation
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/).
Make sure that you have a Redis server, either [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: