For an application I'm working on I'm looking at using a sorted set in Redis to store items with a timestamp as the score and an arbitrary message as the member. I was then planning on using zscan to be able to retrieve items from the sorted set For an application I'm working on I'm looking a