#nestjs integration for redis based on the 'redis' module instead of 'ioredis'? need for RedisGraph

1 messages · Page 1 of 1 (latest)

tall oyster
#

I don't know of any, but it's not exactly hard to create one yourself. You just need to create a custom module which exports the redis connection as a provider and maybe a bunch of lifecycle hooks to initialize/dospose of the connection onApplicationBootstrap and onApplicationShutdown

woven nymph
#

easier said than done 😄

woven nymph
#

been trying to copy this ioredis based module and adapt it, but it's full of weird shit