156 157 158 159 160
# File 'lib/redis.rb', line 156 def debug(*args) synchronize do |client| client.call([:debug] + args) end end