1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00
Commit Graph

11 Commits

Author SHA1 Message Date
Ruben Bridgewater
ff857f97ae Intermediate fix js parser handling big values very slow
Closes #900
2015-11-08 23:05:15 +01:00
Ruben Bridgewater
5d08132f7c Fix: do not stop parsing a chunk if the first character is a line break
Add changelog entry
2015-10-27 11:28:03 +01:00
Ruben Bridgewater
9b3b090119 Simplify parser and remove dead code 2015-10-27 11:27:54 +01:00
Ruben Bridgewater
2a65ee48dd Fix some minor issues and add more tests
Do not mutate the options object and add some more tests
2015-10-17 21:56:16 +02:00
Ruben Bridgewater
e47ba4a583 Improve performance further 2015-10-11 03:35:21 +02:00
Ruben Bridgewater
e951bfb177 Fix parser regression 2015-10-10 02:00:16 +02:00
Ruben Bridgewater
331ea59ca7 Improve the parser 2015-10-10 02:00:16 +02:00
Ruben Bridgewater
7922d4eb85 Small style changes 2015-10-07 16:34:41 +02:00
Ruben Bridgewater
2744fe8650 Optimize statements and speed up the common case 2015-10-02 20:21:13 +02:00
Ruben Bridgewater
fba050802b Move command out of the index.js 2015-09-30 02:03:37 +02:00
Ruben Bridgewater
5f261c5823 Minor changes
Move utility functions in lib/utils.js
Improve the js parser in cases the buffer is incomplete
Rename lib/parser to lib/parsers

Fix smaller issues with test suite and fix parser errors not being catched

Fixed wrong test for the new .end flush parameter
Fixed test suite options being partly mutated
Add some more tests
2015-09-25 02:12:48 +02:00