Skip to content

v.2.4.0

Compare
Choose a tag to compare
@BridgeAR BridgeAR released this 25 Jan 16:51
· 42 commits to master since this release

Features

  • Added reset function to reset the parser to it's initial values
  • Added setReturnBuffers function to reset the returnBuffers option (Only for the JSParser)
  • Added setStringNumbers function to reset the stringNumbers option (Only for the JSParser)
  • All Errors are now of sub classes of the new RedisError class. It is also exported.
  • Improved bulk string chunked data handling performance

Bugfixes

  • Parsing time for big nested arrays is now linear