Live data from Hacker News

More Redis internals: Tracing a GET & SET

pauladamsmith.com

1–4 of 4 posts

Re: More Redis internals: Tracing a GET & SET

#4
post #3
post #2

Great article, thank you very much. Btw it is possible to use: make noopt To compile Redis without compiler optimization.

Or set the OPTIMIZATION environment variable for even more control ;-)

Thanks, gents, I updated the post with that, and Pieter's correction that Redis keys are not Redis objects, but sds strings.