Brad Buchanan
Brad Buchanan
I'm running into a similar issue with knowing when `factor-bundle` has completed its work. You can do something similar to what @justinjmoses suggests by building your own streams (so you...
Hi there! Has there been any progress on this? It looks like #603 has been abandoned since April. Our Rails application is using `redis-rb` on multiple frontend nodes to direct...
Update on our particular situation: I haven't found or fixed the cause of our frontends leaving connections open, but I did find a workaround for our particular case: Using the...
:+1: I also encountered this issue after an AWS failover today. Since their endpoint doesn't change during a failover, this seems like something redis-rb could/should handle transparently. It looks like...
I've got this working for the boat entity (which doesn't move), but still trying to solve it for the player-in-a-boat. 