redis-parser
Advanced tools
Changelog
v.3.0.0 - 25 May, 2017
Breaking Changes
Internals
Features
Changelog
v.2.6.0 - 03 Apr, 2017
Internals
Changelog
v.2.5.0 - 11 Mar, 2017
Features
ParserError
class to differentiate them to ReplyErrors. The class is also exportedBugfixes
Changelog
v.2.4.0 - 25 Jan, 2017
Features
reset
function to reset the parser to it's initial valuessetReturnBuffers
function to reset the returnBuffers option (Only for the JSParser)setStringNumbers
function to reset the stringNumbers option (Only for the JSParser)RedisError
class. It is also exported.Bugfixes
Changelog
v.2.3.0 - 25 Nov, 2016
Features
This case is a magnitude faster than before
OLD STR: * big array x 1.09 ops/sec ±2.15% (7 runs sampled)
OLD BUF: * big array x 1.23 ops/sec ±2.67% (8 runs sampled)
NEW STR: * big array x 273 ops/sec ±2.09% (85 runs sampled)
NEW BUF: * big array x 259 ops/sec ±1.32% (85 runs sampled)
(~10mb array with 1000 entries)
Changelog
v.2.2.0 - 18 Nov, 2016
Features
stringNumbers
parsing performance by up to 100%Bugfixes
Changelog
v.2.1.1 - 31 Oct, 2016
Bugfixes
Changelog
v.2.1.0 - 30 Oct, 2016
Features