File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- ## v.2.4.0 - xx Jan, 2017
1
+ ## v.2.4.0 - 25 Jan, 2017
2
2
3
3
Features
4
4
5
5
- Added ` reset ` function to reset the parser to it's initial values
6
6
- Added ` setReturnBuffers ` function to reset the returnBuffers option (Only for the JSParser)
7
7
- Added ` setStringNumbers ` function to reset the stringNumbers option (Only for the JSParser)
8
8
- All Errors are now of sub classes of the new ` RedisError ` class. It is also exported.
9
+ - Improved bulk string chunked data handling performance
9
10
10
11
Bugfixes
11
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " redis-parser" ,
3
- "version" : " 2.3 .0" ,
3
+ "version" : " 2.4 .0" ,
4
4
"description" : " Javascript Redis protocol (RESP) parser" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments