A quick look at the Redis source code
heychinaski.com
A quick look at the Redis source code
1–10 of 34 posts
Re: A quick look at the Redis source code
#2Re: A quick look at the Redis source code
#3It's actually a quick tutorial describing how to add a new command to Redis, not an actual analysis of the source code as I expected.
Re: A quick look at the Redis source code
#4Congratulations on the exploring.
Re: A quick look at the Redis source code
#5It's actually a quick tutorial describing how to add a new command to Redis, not an actual analysis of the source code as I expected.
Re: A quick look at the Redis source code
#6It's actually a quick tutorial describing how to add a new command to Redis, not an actual analysis of the source code as I expected.
http://pauladamsmith.com/articles/redis-under-the-hood.html
http://blog.togo.io/how-to/adding-interval-sets-to-redis
They have both been discussed before though.
Re: A quick look at the Redis source code
#7It's actually a quick tutorial describing how to add a new command to Redis, not an actual analysis of the source code as I expected.
Yeah, it's a pretty shallow introduction. I'd like to write more articles on the Redis code. The sorted set skiplist stuff is really interesting.
Re: A quick look at the Redis source code
#8Re: A quick look at the Redis source code
#9Re: A quick look at the Redis source code
#10I would also post link to my project, which is sort of 'Redis in Java', but it would be probably spam.