class Redis

def object(*args)

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