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