node-redis-pubsub
node-redis-pubsub copied to clipboard
Small plugin that ensures separate channel pub-sub and single redisClient connection for any number of connected clients.
Results
1
node-redis-pubsub issues
Sort by
recently updated
recently updated
newest added
Hi sometimes I have the following error: TypeError: Cannot read property '_incommingMessage' of undefined at RedisClient.incommingMessage (/app/node_modules/rpsc/index.js:39:66) at RedisClient.emit (events.js:198:13) at return_pub_sub (/app/node_modules/redis/index.js:714:18) at RedisClient.return_reply (/app/node_modules/redis/index.js:761:9) at JavascriptRedisParser.returnReply (/app/node_modules/redis/index.js:137:18) at...