arangosh> db.example.insert({ Hello : "World" });
{
"_id" : "example/15695",
"_key" : "15695",
"_rev" : "_WjL9Aiy--_"
}
arangosh> db.example.insert({ Hello : "World" }, {waitForSync: true});
{
"_id" : "example/15699",
"_key" : "15699",
"_rev" : "_WjL9Ai2--_"
}