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