Skip to content

Commit 1922acb

Browse files
Merge pull request #1411 from Saad-Amjad/feat/add-redis-options
docs(redis): update Redis microservice option with client options
2 parents 20aae68 + b10ea44 commit 1922acb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/microservices/redis.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ The `options` property is specific to the chosen transporter. The <strong>Redis<
5454
</tr>
5555
</table>
5656

57+
All the properties supported by the official [redis](https://www.npmjs.com/package/redis#options-object-properties) client are also supported by this transporter.
58+
5759
#### Client
5860

5961
Like other microservice transporters, you have <a href="https://docs.nestjs.com/microservices/basics#client">several options</a> for creating a Redis `ClientProxy` instance.

0 commit comments

Comments
 (0)