Skip to content

Commit 56a0481

Browse files
davidpodholadpodhola-eolerp
authored andcommitted
docs(redis): use Redis v3
We are not yet Redis 4 compatible please see nestjs/nest#8710
1 parent 3d41a38 commit 56a0481

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)