Hacker News NoSQL Mentions (Q110 – Q111)
I was browsing through RedMonk Analytics today when the chart above jumped out at me. Redis is a high performance key value store database, used at places like The Guardian. Like MongoDB it also includes messaging functionality for replication, which means it’s being used for developers for all kinds of stuff, not all what it was “intended” for.
Given that just a couple of hours ago I said MongoDB is emerging from the NoSQL pack I found the chart really interesting. Sadly our Hacker News data is not up to date (also note the x axis is incorrectly labelled. its data for 2010-2011) but I will be looking to get a better handle on Redis, and its developer mindshare with some solid data points. Watch this space.
Donnie Berkholz says:
March 16, 2012 at 2:41 am
I have some data you might like.
Fazal Majid says:
March 16, 2012 at 3:11 pm
Redis is awesome and incredibly versatile. You can use it as a memcached replacement, as a key-vale store, as a message queue and so on.
The only issue we have with it is that Its replication fails across the WAN for large data sets (25gb or more) and has operational issues, though.
Josiah C. says:
March 17, 2012 at 12:57 am
Donnie: have you brought up your issues on the Redis mailing list? That’s the kind of place where problems like yours are diagnosed and solved fairly regularly.
Josiah C. says:
March 17, 2012 at 12:59 am
Actually that comment was for Fazal, at first glance I didn’t get that comments go above the commentator.
Hacker News NoSQL Mentions | Data story says:
March 18, 2012 at 6:22 pm
[…] http://www.redmonk.com/jgovernor/2012/03/15/redis-utterly-killed-it-in-2010-check-out-the-growth-in-… […]
Max says:
April 1, 2012 at 7:28 pm
Redis is not the only & one solution in the field of in-memory nosql, just the first one, check out Tarantool.