Skip to content

Commit

Permalink
Including startup instructions via redis-stack docker (#2535)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim authored Jan 4, 2023
1 parent ed38e77 commit 3a43190
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ redis-py 4.3.x will be the last generation of redis-py to support python 3.6 as

## Installation

Start a redis via docker:

``` bash
docker run -p 6379:6379 -it redis/redis-stack:latest
```

To install redis-py, simply:

``` bash
Expand Down

0 comments on commit 3a43190

Please sign in to comment.