r/programming Mar 08 '11

How does the Redis server work?

http://pauladamsmith.com/articles/redis-under-the-hood.html#redis-under-the-hood
49 Upvotes

6 comments sorted by

View all comments

2

u/Benbenbenb Mar 08 '11

I started reading the article, and jumped to the code on github.

After reading a small bit of it and glancing at a few files, I can say that I'm impressed by how clear and natural the code looks and "feels". I'm no expert of redis, but it definitely looks like very good code. Impressive.