471 472 473 474 475
# File 'lib/redis.rb', line 471 def object(*args) synchronize do |client| client.call([:object] + args) end end