# File lib/redis.rb, line 812
  def debug(*args)
    synchronize do
      @client.call [:debug, *args]
    end
  end