Earlier quoted context omitted.
> What is "underground programming world"? If you have to ask... ;)
We're all violating the first and second rules of "underground programming world"
The End of the Redis Adventure
31–40 of 308 posts
Re: The End of the Redis Adventure
#32Re: The End of the Redis Adventure
#33So, onwards and upwards to new things. Perhaps now you have time for my favourite of your projects, LOAD81? :)
Re: The End of the Redis Adventure
#34Don't need to do much more. Just be You man. Live on. You are beautiful. We thank you for Redis
Re: The End of the Redis Adventure
#35Dang. I say this frequently both online and when discussing system design with newer devs, but will repeat here: of all the production issues I've debugged, the culprit has has never been redis. In fact, redis has been a critical piece of achieving cost-effective scaling. It is one of only two pieces of software (along with postgres) that I blindly recommend without any caveats. From following along here and on your…
You'll love it until you don't.
The scaling and clustering story is not nearly as nice as the quick start.
It's definitely worth recommending... with caveats.
Re: The End of the Redis Adventure
#36Dang. I say this frequently both online and when discussing system design with newer devs, but will repeat here: of all the production issues I've debugged, the culprit has has never been redis. In fact, redis has been a critical piece of achieving cost-effective scaling. It is one of only two pieces of software (along with postgres) that I blindly recommend without any caveats. From following along here and on your…
Redis is simple. Good. Has a nice api. Has good libraries. Single threadsed. Extremely hard to scale. Impossibly difficult to cluster in containers because it uses hard coded ips to address nodes. Performs poorly with large payloads. Doesn't run on windows properly. Is extremely expensive as a hosted service (orders of magnitude in some cases, eg. azure). You'll love it until you don't. The scaling and clustering sto…
That seems to me an argument that should be pointed at cloud providers rather than Redis itself ;)
Re: The End of the Redis Adventure
#37Re: The End of the Redis Adventure
#38First and foremost thanks and good luck @antirez, your comments and pointers here have been nothing less than amazing. On a more selfish note, how is this going to affect Redis development?
Re: The End of the Redis Adventure
#39Re: The End of the Redis Adventure
#40@antirez - Thank you for Redis! It's been a joy to use across so many projects. > However I never wanted to be a software maintainer. And nothing say that you have to be. There's this perverted view that anytime someone creates a popular FOSS project, they need to dedicate every waking minute to maintaining it. That's neither economically feasible nor psychologically reasonable. > Redis was the most stressful thing I…
But I'm unsure.