Salakar
24824efdcc
remove deprecated new Buffer()
usage
2020-02-09 03:58:55 +00:00
Vissarut Tantiwattanarom
78936ac50c
feat(parser): update to latest Redis parser & errors ( #1470 )
...
* Update redis errors and redis parser
* Fix lint errors
* Add node 12 to travis ci
* Add appveyor node 12
* Fix some of existing errors
This drops support for hiredis.
2020-02-03 17:53:56 +00:00
Ruben Bridgewater
fe00bf271d
Update redis-parser to v.2.0.0
...
Update all code accordingly
2016-05-29 01:38:34 +02:00
Ruben Bridgewater
84abf5c4c2
Fix benchmark not using individual options
2016-05-29 01:38:34 +02:00
Ruben Bridgewater
dfd493f6ee
Update benchmark file
2016-04-23 12:54:43 +02:00
Ruben Bridgewater
94e9f1fcfc
Replace jshint with eslint and add lots of rules
...
Fix eslint errors accordingly
2016-03-26 14:45:12 +01:00
Ruben Bridgewater
f2ca678afe
Update benchmark to also signal tcp / socket connections
2016-03-07 01:57:56 +01:00
Ruben Bridgewater
92be1e93c5
Remove buffer bench
...
This benchmark should not be relied on. v8 is going to inline code and the benchmark expactations won't be met anymore
2016-03-01 17:59:17 +01:00
Ruben Bridgewater
470ccf632d
Improve benchmark by using a higher precision and fix js parser benchmark for buffers
2016-03-01 17:59:16 +01:00
Ruben Bridgewater
16a1d69c82
Move parsers into seperate module and improve js parser performance
2015-11-30 13:31:26 +01:00
Ruben Bridgewater
790f12909b
Update changelog / readme
2015-10-28 23:53:10 +01:00
Ruben Bridgewater
3142af5847
Update benchmark and diff output
2015-10-28 23:53:10 +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
f0e28bf0f7
Minor improvement for .batch and .multi for small values
...
Improve the speed by round about 5% for small values
Add Multi.exec_atomic
2015-10-12 08:26:46 +02:00
Ruben Bridgewater
9ee1e3c764
Add batch benchmarks
2015-10-11 03:35:22 +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
ff47dc3ce8
Improve multi bench
...
It will now print the total time elapsed and start a redis server if none is running and closes it afterwards again
2015-09-25 00:51:38 +02:00
Ruben Bridgewater
6975b0723d
Add benchmark task to npm
2015-09-20 21:51:53 +02:00
Ruben Bridgewater
4fa9169f47
Remove very old benchmarks that do not really work anymore are obsolet and rename "benches" to "benchmarks"
...
This is also going move the multi_bench benchmark into the benchmarks folder
2015-09-19 20:51:57 +02:00