Skip to content

Commit 3a43190

Browse files
authored
Including startup instructions via redis-stack docker (#2535)
1 parent ed38e77 commit 3a43190

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ redis-py 4.3.x will be the last generation of redis-py to support python 3.6 as
2121

2222
## Installation
2323

24+
Start a redis via docker:
25+
26+
``` bash
27+
docker run -p 6379:6379 -it redis/redis-stack:latest
28+
```
29+
2430
To install redis-py, simply:
2531

2632
``` bash

0 commit comments

Comments
 (0)