Skip to content

Commit 3225b1e

Browse files
author
Ruben Bridgewater
committed
Minor changelog change
1 parent b937b01 commit 3225b1e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

changelog.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ Features
1818

1919
Bugfixes
2020

21-
- Fix a javascript parser regression introduced in 2.0 that could result in timeouts on high load. <b>*</b> ([@BridgeAR](https://github.com/BridgeAR))
21+
- Fix a javascript parser regression introduced in 2.0 that could result in timeouts on high load. ([@BridgeAR](https://github.com/BridgeAR))
22+
- I was not able to write a regression test for this, since the error seems to only occur under heavy load with special conditions. So please have a look for timeouts with the js parser, if you use it and report all issues and switch to the hiredis parser in the meanwhile. If you're able to come up with a reproducable test case, this would be even better :)
2223
- Fixed should_buffer boolean for .exec, .select and .auth commands not being returned and fix a couple special conditions ([@BridgeAR](https://github.com/BridgeAR))
2324

24-
* I was not able to write a regression test for this, since the error seems to only occur under heavy load with special conditions. So please have a look for timeouts with the js parser, if you use it and report all issues and switch to the hiredis parser in the meanwhile. If you're able to come up with a reproducable test case, this would be even better :)
25-
2625
If you do not rely on transactions but want to reduce the RTT you can use .batch from now on. It'll behave just the same as .multi but it does not have any transaction and therefor won't roll back any failed commands.<br>
2726
Both .multi and .batch are from now on going to cache the commands and release them while calling .exec.
2827

0 commit comments

Comments
 (0)