The zaqar.storage.mongodb.pools module

pools: an implementation of the pool management storage controller for mongodb.

Schema:
‘n’: name :: six.text_type ‘u’: uri :: six.text_type ‘w’: weight :: int ‘o’: options :: dict
class PoolsController(*args, **kwargs)

Bases: zaqar.storage.base.PoolsBase

Previous topic

The zaqar.storage.mongodb.options module

Next topic

The zaqar.storage.mongodb.queues module

Project Source

This Page