Nest: Redis Module for general-purpose use

Created on 13 Nov 2018  路  2Comments  路  Source: nestjs/nest

I'm submitting a...


[ ] Regression 
[ ] Bug report
[x] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.

Current behavior


No Redis Module

Expected behavior


Redis Module that allows Nest to integrate with node-redis/ioredis easily.

What is the motivation / use case for changing the behavior?


Hi guys,

I am wondering if a Redis Module for general-purpose use can be added, so Redis can be integrated smoothly with Nest like TyoeORM, Mongoose, etc.

Environment


Nest version: 5.4.0

Most helpful comment

You should be able to port any existing Redis library to Nest in less than 5 minutes actually. Therefore, I believe that it doesn't make too much sense to provide each possible integration out-of-the-box. Certainly, such ecosystem-scoped packages could somewhat increase developer experience, but they would force us to maintain even more packages which makes it a little bit cumbersome.

Definitely something to think about in the future, but not yet 馃檪

All 2 comments

You should be able to port any existing Redis library to Nest in less than 5 minutes actually. Therefore, I believe that it doesn't make too much sense to provide each possible integration out-of-the-box. Certainly, such ecosystem-scoped packages could somewhat increase developer experience, but they would force us to maintain even more packages which makes it a little bit cumbersome.

Definitely something to think about in the future, but not yet 馃檪

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

menme95 picture menme95  路  3Comments

cojack picture cojack  路  3Comments

artaommahe picture artaommahe  路  3Comments

breitsmiley picture breitsmiley  路  3Comments

VRspace4 picture VRspace4  路  3Comments