maritz / nohm

node.js object relations mapper (orm) for redis
http://maritz.github.io/nohm/
MIT License
500 stars 64 forks source link

WARNING: setClient() received a redis client that is not connected yet #184

Closed octopusOnJellyfish closed 2 years ago

octopusOnJellyfish commented 2 years ago

Hi, i am having this error showing up after updating node-redis to V4.

{ message: 'WARNING: setClient() received a redis client that is not connected yet.\n' + 'Consider waiting for an established connection before setting it. Status (if ioredis): undefined\n' + ', connected (if node_redis): undefined', name: 'Nohm Error' }

maritz commented 2 years ago

Duplicate of #66