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