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