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