Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@ 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
```
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/).

To install node-redis, simply:

Expand Down