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