Skip to content

Commit 71fc0f2

Browse files
Update content/microservices/redis.md
Co-authored-by: Jay McDoniel <[email protected]>
1 parent 56a0481 commit 71fc0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/microservices/redis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The [Redis](https://redis.io/) transporter implements the publish/subscribe mess
99
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@3
12+
$ npm i --save redis@^3
1313
```
1414

1515
#### Overview

0 commit comments

Comments
 (0)