Skip to content

issues Search Results · repo:NodeRedis/node-redis-parser language:JavaScript

Filter by

27 results
 (78 ms)

27 results

inNodeRedis/node-redis-parser (press backspace or delete to remove)

node:events:368 throw er; // Unhandled error event ^ ParserError: Protocol error, got \r as reply type byte. Please report this. at handleError (/Users/xxxx/xxxx/node_modules/redis-parser/lib/parser.js:190:15) ...
  • LimitedHype
  • 2
  • Opened 
    on Sep 18, 2022
  • #64

Hello, I have a Node.js web application which uses redis as session storage. Some requests receive the following ReplyError while trying to save the session: ReplyError: ERR invalid expire time in set ...
  • ShalaQweghen
  • 1
  • Opened 
    on Dec 5, 2020
  • #63

1. NodeJS - v12.10.0 2. Node-redis - v2.8.0 3. Redis-parser - v2.6.0 For the last couple of days, I have been getting this error. Sorry but I ve got no other stacktrace. Unable to understand of why ...
  • ktkaushik
  • Opened 
    on Mar 5, 2020
  • #59

As noted in the issue title, the package.json file obtained during installing this package via the npm command ... npm i redis-parser@3.0.0 OR npm i redis-parser@latest ... still contains a reference to ...
  • BrettStrongEH
  • 3
  • Opened 
    on Mar 2, 2020
  • #58

enhancement
  • gkorland
  • 1
  • Opened 
    on Dec 25, 2019
  • #55

Every now and then the error below occurs and crashes Node. The specific circumstances which trigger it are unknown. /opt/nodeapp/node_modules/redis-parser/lib/parser.js:560 while (this.offset this.buffer.length) ...
  • boughtonp
  • 1
  • Opened 
    on Aug 20, 2019
  • #54

Is there any way that this package will no longer depend on hiredis? Hiredis is not building properly using node-gyp in nodejs 12
bug
enhancement
  • rj-david
  • 7
  • Opened 
    on Jul 7, 2019
  • #53

Hello, in redis tests (lib/customErrors.js line 5), this value is undefined: var RedisError = require( redis-parser ).RedisError; It seems that RedisError isn t inherited from redis-errors. So I m unable ...
  • guimard
  • 2
  • Opened 
    on Jan 7, 2019
  • #49

I m seeing an unhandled exception in cases where the parser is given invalid data that happens to contain something that looks like an array. Part of the problem is that the parser will preallocate an ...
  • nkochakian
  • 6
  • Opened 
    on May 24, 2018
  • #47

verbo: Socket.io adapter emitted error event: { ParserError: Protocol error, got a as reply type byte. Please report this. at parseType (/app/node_modules/redis-parser/lib/parser.js:305:34) at JavascriptRedisParser.execute ...
  • danil-z
  • 2
  • Opened 
    on May 17, 2018
  • #46
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub