Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
More Redis internals: Tracing a GET & SET
(
pauladamsmith.com
)
20 points
by
paulsmith
on March 10, 2011
|
hide
|
past
|
favorite
|
3 comments
antirez
on March 10, 2011
[–]
Great article, thank you very much.
Btw it is possible to use:
make noopt
To compile Redis without compiler optimization.
pietern
on March 10, 2011
|
parent
[–]
Or set the OPTIMIZATION environment variable for even more control ;-)
paulsmith
on March 11, 2011
|
root
|
parent
[–]
Thanks, gents, I updated the post with that, and Pieter's correction that Redis keys are not Redis objects, but sds strings.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Btw it is possible to use:
To compile Redis without compiler optimization.