maritz/nohm

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

octopusOnJellyfish opened this issue · 1 comments

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'
}

Duplicate of #66