node-redis-parser
node-redis-parser copied to clipboard
A high performance Redis protocol (RESP) parser for JavaScript. Used by Node Redis & ioredis.
This adds full support for [RESP3](https://github.com/antirez/RESP3/blob/master/spec.md) while keeping backwards compatibility. Most things should stay on par performance wise. My intention here is to first fully support the spec and to...
As noted in the issue title, the package.json file obtained during installing this package via the npm command ... npm i [email protected] OR npm i redis-parser@latest ... still contains a...
*** βοΈ **Important announcement:** Greenkeeper will be saying goodbye π and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...
## The devDependency [mocha](https://github.com/mochajs/mocha) was updated from `6.2.2` to `7.1.0`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
## Version **12.0.0** of **standard** was just published. Dependency standard Current Version 11.0.1 Type devDependency The version **12.0.0** is **not covered** by your **current version range**. If you donβt accept...
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) { ^ TypeError: Cannot read...
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...
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) at parseType (/Users/xxxx/xxxx/node_modules/redis-parser/lib/parser.js:304:14) Emitted 'error' event on...