Socket
Socket
Sign inDemoInstall

redis-parser

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis-parser - npm Package Versions

1

2.0.2

Diff

Changelog

Source

v.2.0.2 - 08 Jun, 2016

Bugfixes

  • Fixed parser with returnBuffers option returning corrupted data
bridgear
published 2.0.1 •

Changelog

Source

v.2.0.1 - 04 Jun, 2016

Bugfixes

  • Fixed multiple parsers working concurrently resulting in faulty data in some cases
bridgear
published 2.0.0 •

Changelog

Source

v.2.0.0 - 29 May, 2016

The javascript parser got completely rewritten by Michael Diarmid and Ruben Bridgewater and is now a lot faster than the hiredis parser. Therefore the hiredis parser was deprecated and should only be used for testing purposes and benchmarking comparison.

All Errors returned by the parser are from now on of class ReplyError

Features

  • Improved performance by up to 15x as fast as before
  • Improved options validation
  • Added ReplyError Class
  • Added parser benchmark
  • Switched default parser from hiredis to JS, no matter if hiredis is installed or not

Removed

  • Deprecated hiredis support
bridgear
published 1.3.0 •

Changelog

Source

v.1.3.0 - 27 Mar, 2016

Features

  • Added auto as parser name option to check what parser is available
  • Non existing requested parsers falls back into auto mode instead of always choosing the JS parser
bridgear
published 1.2.0 •

Changelog

Source

v.1.2.0 - 27 Mar, 2016

Features

  • Added stringNumbers option to make sure all numbers are returned as string instead of a js number for precision
  • The parser is from now on going to print warnings if a parser is explicitly requested that does not exist and gracefully chooses the JS parser
bridgear
published 1.1.0 •

Changelog

Source

v.1.1.0 - 26 Jan, 2016

Features

  • The parser is from now on going to reset itself on protocol errors
bridgear
published 1.0.0 •

bridgear
published 0.0.1 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc