1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-01 16:46:54 +03:00

Adding redis-stack-docker (#2380)

This commit is contained in:
Chayim
2023-01-18 19:53:09 +02:00
committed by GitHub
parent a55fbafb88
commit e895fa1d71

View File

@ -28,6 +28,14 @@ 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
```
To install node-redis, simply:
```bash
npm install redis
```