Skip to content

Instantly share code, notes, and snippets.

@badboy
Created January 29, 2014 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save badboy/8688409 to your computer and use it in GitHub Desktop.
Save badboy/8688409 to your computer and use it in GitHub Desktop.
local res = {};
for i=1,#KEYS do
res[i] = redis.call("hgetall", KEYS[i])
end
return res;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment