-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
- Redis 5.0.3
- RedisBloom 2.2.4
- OS Centos 8.3
- rebloom latest
Should be an uncapped exception i use Bull to exec some tasks and bull task failed reason
- stacktrace
stacktrace: [
"TypeError: Cannot read property 'addResponse' of undefined\n" +
' at JavascriptRedisParser.returnReply (/root/apps/api/node_modules/@albert-team/red/src/index.js:61:19)\n' +
' at JavascriptRedisParser.execute (/root/apps/api/node_modules/redis-parser/lib/parser.js:544:14)\n' +
' at Socket.<anonymous> (/root/apps/api/node_modules/@albert-team/red/src/index.js:95:41)\n' +
' at Socket.emit (events.js:326:22)\n' +
' at addChunk (_stream_readable.js:297:12)\n' +
' at readableAddChunk (_stream_readable.js:272:9)\n' +
' at Socket.Readable.push (_stream_readable.js:213:10)\n' +
' at TCP.onStreamRead (internal/stream_base_commons.js:188:23)'
]- code like
try {
await some_filter.connect()
logger.info(`some_filter connect`)
await other_filter.connect()
logger.info(`other_filter connect`)
// do some exists check and add
} catch (err) {
// It didn't arrive here
throw err
} finally {
try {
await some_filter.disconnect()
logger.info(`some_filter disconnect`)
await other_filter.disconnect()
logger.info(`other_filter disconnect`)
} catch (e) { }
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working