Skip to content

Instantly share code, notes, and snippets.

@gonzaloserrano
Last active August 29, 2015 14:12
Show Gist options
  • Save gonzaloserrano/6e7f4873d41c4160c7a4 to your computer and use it in GitHub Desktop.
Save gonzaloserrano/6e7f4873d41c4160c7a4 to your computer and use it in GitHub Desktop.
local cache_key = KEYS[1]
redis.log(redis.LOG_NOTICE, type(KEYS))
redis.log(redis.LOG_NOTICE, KEYS[1])
redis.log(redis.LOG_NOTICE, KEYS[2])
for key in KEYS do
redis.log(redis.LOG_NOTICE, "here")
redis.log(redis.LOG_NOTICE, key)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment