Skip to content

v.2.0.0

Compare
Choose a tag to compare
@BridgeAR BridgeAR released this 28 May 23:11
· 110 commits to master since this release

The javascript parser got completly 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