Exemplo n.º 1
0
 def shardCollection(collection, key, **kwargs):
     shard = Shard(**kwargs)
     return shard.shardCollection(collection, key)
Exemplo n.º 2
0
 def shardCollection(collection, key, **kwargs):
     shard = Shard(**kwargs)
     return shard.shardCollection(collection, key)