Returns a hash of all existing Redis keys.
81 82 83
# File 'lib/kthxbye.rb', line 81 def keys redis.keys("*") end