Skip to content

Commit c50cf5f

Browse files
author
Ruben Bridgewater
committed
v.2.4.0
1 parent a56a893 commit c50cf5f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

changelog.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
## v.2.4.0 - xx Jan, 2017
1+
## v.2.4.0 - 25 Jan, 2017
22

33
Features
44

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

1011
Bugfixes
1112

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redis-parser",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "Javascript Redis protocol (RESP) parser",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)