# File lib/redis.rb, line 2236 def method_missing(command, *args) synchronize do |client| client.call([command] + args) end end