Unhandled rejection ReplyError: ERR unknown command 'client'
Created by: shortcircuit3
Description
Hosting a redis instance on Gcloud and when the worker starts I get this error:
Unhandled rejection ReplyError: ERR unknown command 'client'
at JavascriptRedisParser.returnError (/app/node_modules/ioredis/lib/redis/parser.js:24:25)
at JavascriptRedisParser.execute (/app/node_modules/redis-parser/lib/parser.js:572:12)
at Socket.<anonymous> (/app/node_modules/ioredis/lib/redis/event_handler.js:107:22)
at Socket.emit (events.js:182:13)
at Socket.EventEmitter.emit (domain.js:442:20)
at addChunk (_stream_readable.js:283:12)
at readableAddChunk (_stream_readable.js:264:11)
at Socket.Readable.push (_stream_readable.js:219:10)
at TCP.onread (net.js:638:20)
I do see that the CLIENT
command is unsupported on gcloud redis https://cloud.google.com/memorystore/docs/reference/redis-configs#blocked
Bull version
3.4.3