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.
2 parents 1157ca8 + 71fc0f2 commit 83b2ea0Copy full SHA for 83b2ea0
content/microservices/redis.md
@@ -6,10 +6,10 @@ The [Redis](https://redis.io/) transporter implements the publish/subscribe mess
6
7
#### Installation
8
9
-To start building Redis-based microservices, first install the required package:
+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
+$ npm i --save redis@^3
13
```
14
15
#### Overview
0 commit comments