-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
Description
I wonder why this happens but I am having concurrent reads at scale. "version": "2.8.0"
/root/project-x/node_modules/redis/index.js:687
if (command_obj.error) {
^
TypeError: Cannot read property 'error' of undefined
at RedisClient.return_error (/root/project-x/node_modules/redis/index.js:687:20)
at JavascriptRedisParser.returnError (/root/project-x/node_modules/redis/index.js:196:18)
at JavascriptRedisParser.execute (/root/project-x/node_modules/redis-parser/lib/parser.js:572:12)
at Socket.<anonymous> (/root/project-x/node_modules/redis/index.js:274:27)
at emitOne (events.js:115:13)
at Socket.emit (events.js:210:7)
at addChunk (_stream_readable.js:266:12)
at readableAddChunk (_stream_readable.js:253:11)
at Socket.Readable.push (_stream_readable.js:211:10)
at TCP.onread (net.js:585:20)