Method: Redis#object

Defined in:
lib/redis.rb

#object(*args) ⇒ Object



471
472
473
474
475
# File 'lib/redis.rb', line 471

def object(*args)
  synchronize do |client|
    client.call([:object] + args)
  end
end