Introduction
SRANDMEMBER helps you pick one or more random items from a set stored in Redis without removing them.
When you want to show a random quote from a list of quotes.
When you need to pick a random user from a set of online users.
When you want to select a random prize from a list of prizes.
When you want to test or sample random data from a stored collection.