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
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
What have we learnt?
Reported to the AI Chatbot
Update
I've gone back to check on how the site is behaving now. The rate limiting tutorial page still points to an empty Github repository, but the handling of 404s has improved.

Comments
Post a Comment