Skip to content

Commit 83b2ea0

Browse files
Merge pull request #2121 from davidpodhola/patch-1
docs(redis): use Redis v3
2 parents 1157ca8 + 71fc0f2 commit 83b2ea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/microservices/redis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ The [Redis](https://redis.io/) transporter implements the publish/subscribe mess
66

77
#### Installation
88

9-
To start building Redis-based microservices, first install the required package:
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):
1010

1111
```bash
12-
$ npm i --save redis
12+
$ npm i --save redis@^3
1313
```
1414

1515
#### Overview

0 commit comments

Comments
 (0)