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