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