I picked the wrong place to refresh my Redis know-how I started this post with the intention of making some notes about my experiences with learning more about how to apply Redis to solve a few common problems, but I stumbled across some out of date content and odd behaviour of the redis.io website so I'm making some notes about that instead. Rate limiting Java sample code missing This was of interest as it sometimes comes up in interviews, so I wanted to look into an elegant solution. https://redis.io/learn/howtos/ratelimiting As I am mainly a Java developer, I followed the instructions for Java but didn't get very far as the repository that is mentioned seems to have been cleared out. The commit history seems to indicate that the repository has not been updated for a couple of years, so this wasn't a great start. Python. NodeJS and Ruby all show as still having code in their Github repositories. Website connection timeout The references section on the rate limiting howt...
Professional software developer, producing scalable applications on the Internet