Return all the keys of the hash. Redis: HKEYS
60 61 62
# File 'lib/redis/hash_key.rb', line 60 def keys redis.hkeys(key) end