More Redis internals: Tracing a GET & SET
pauladamsmith.com
More Redis internals: Tracing a GET & SET
1–4 of 4 posts
Re: More Redis internals: Tracing a GET & SET
#2Great article, thank you very much.
Btw it is possible to use:
make noopt
To compile Redis without compiler optimization.Re: More Redis internals: Tracing a GET & SET
#3Great 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 ;-)
Re: More Redis internals: Tracing a GET & SET
#4Great 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.