I\'m currently playing around with Redis and i\'ve got a few questions. Is it possible to get values from an array of keys?
Example:
users:1:name \"d
You can use Redis' EVAL command to send it a Lua script that runs a loop "server side" and return the results in a block.