Redis at Disqus
bretthoerner.com
Redis at Disqus
1–10 of 42 posts
Re: Redis at Disqus
#2Re: Redis at Disqus
#3I'm thinking about doing a second post with some actual code (some parts may be specific to Python, Django, and Celery) if anyone is interested.
1. showing the different kinds of applications people are using redis for;
2. as individual anecdotes that are slowly-but-surely adding up to real data.
Re: Redis at Disqus
#4I'm thinking about doing a second post with some actual code (some parts may be specific to Python, Django, and Celery) if anyone is interested.
Also, out of curiosity, what do you use to render the actual charts? I'm working on an analytics package and can't decide on a charting engine that is clientside and reasonably performant.
Re: Redis at Disqus
#5I'm thinking about doing a second post with some actual code (some parts may be specific to Python, Django, and Celery) if anyone is interested.
I personally would love to see the code for these and other use cases.
Re: Redis at Disqus
#6I'm thinking about doing a second post with some actual code (some parts may be specific to Python, Django, and Celery) if anyone is interested.
I'm definitely interested. Also, out of curiosity, what do you use to render the actual charts? I'm working on an analytics package and can't decide on a charting engine that is clientside and reasonably performant.
Re: Redis at Disqus
#7I'm thinking about doing a second post with some actual code (some parts may be specific to Python, Django, and Celery) if anyone is interested.
Sure, although at least for me, these posts are most useful for: 1. showing the different kinds of applications people are using redis for; 2. as individual anecdotes that are slowly-but-surely adding up to real data .
Re: Redis at Disqus
#8It's cool to see that Redis works well for many things, but it will be even cooler if diskstore, or any other approach, can made Redis more accessible even when the performance gain of being in-RAM is not enough for some kind of applications to justify the costs.
We are also working at cluster and faster .rdb persistence. So there are interesting things going, but fortunately we will have something new and stable in a few hours, as 2.2.0 stable is going live in very little time :)
Re: Redis at Disqus
#9Re: Redis at Disqus
#10Thank you for this post. This is what we need as a community to improve: use cases, and useful criticisms when things don't work well, so that we can find new strategies. It's cool to see that Redis works well for many things, but it will be even cooler if diskstore, or any other approach, can made Redis more accessible even when the performance gain of being in-RAM is not enough for some kind of applications to just…
We already run the latest from the 2.2 branch, I can/should go into how easy that is in a followup.