We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a0481 commit 71fc0f2Copy full SHA for 71fc0f2
content/microservices/redis.md
@@ -9,7 +9,7 @@ The [Redis](https://redis.io/) transporter implements the publish/subscribe mess
9
To start building Redis-based microservices, first install the required package (note as of now the supported Redis version is ^3, not the latest ^4):
10
11
```bash
12
-$ npm i --save redis@3
+$ npm i --save redis@^3
13
```
14
15
#### Overview
0 commit comments