Skip to content

Commit e895fa1

Browse files
authored
Adding redis-stack-docker (#2380)
1 parent a55fbaf commit e895fa1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ node-redis is a modern, high performance [Redis](https://redis.io) client for No
2828
2929
## Installation
3030

31+
Start a redis via docker:
32+
33+
``` bash
34+
docker run -p 6379:6379 -it redis/redis-stack-server:latest
35+
```
36+
37+
To install node-redis, simply:
38+
3139
```bash
3240
npm install redis
3341
```

0 commit comments

Comments
 (0)