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