We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a56a893 commit c50cf5fCopy full SHA for c50cf5f
changelog.md
@@ -1,11 +1,12 @@
1
-## v.2.4.0 - xx Jan, 2017
+## v.2.4.0 - 25 Jan, 2017
2
3
Features
4
5
- Added `reset` function to reset the parser to it's initial values
6
- Added `setReturnBuffers` function to reset the returnBuffers option (Only for the JSParser)
7
- Added `setStringNumbers` function to reset the stringNumbers option (Only for the JSParser)
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
10
11
Bugfixes
12
package.json
@@ -1,6 +1,6 @@
{
"name": "redis-parser",
- "version": "2.3.0",
+ "version": "2.4.0",
"description": "Javascript Redis protocol (RESP) parser",
"main": "index.js",
"scripts": {
0 commit comments