Redis in Practice: Who’s Online?

Redis in Practice: Who’s Online?: Redis is one of the most interesting of the NOSQL solutions. It goes beyond a simple key-value store in that keys’ values can be simple strings, but can also be data structures. Redis currently supports lists, sets and sorted sets. This post provides an example of using Redis’ Set data type in a recent feature I implemented for Weplay, our social youth sports site.
Where […] [Nicely done. You should include the cron job!]
Source: Luke Melia

Leave a comment