Hacker News new | ask | show | jobs
by saosebastiao 3481 days ago
Just to pile on the praise, I've learned more about the C language reading Redis' source code than I've learned from two books, a university course, and dozens of blog posts combined. Keep doing what you're doing, it is an inspiration.
2 comments

OMG that's awesome. And a bit surprising since Redis internals could be much much better, if we only could care a bit less about memory / CPU / copy-on-write issues, and... a bit more time :-)
Redis is awesome, thanks and now seeing all this praise I'm going to have to go and check out the source code!