Netflix / dynomite

A generic dynamo implementation for different k-v storage engines
Apache License 2.0
4.2k stars 532 forks source link

Fix SCRIPT EXISTS crash #711

Closed smukil closed 5 years ago

smukil commented 5 years ago

SCRIPT EXISTS was using the wrong message routing option causing all the replica messages to go to the local redis instance. And Dynomite would crash since it processes only one of the 3 replies that Redis returns, leaving the local redis server message queue in an inconsistent state.