# File lib/redis.rb, line 1896 def hkeys(key) synchronize do |client| client.call([:hkeys, key]) end end