diff --git a/components/lock.rst b/components/lock.rst index b4e33ca8304..b3a20c905fc 100644 --- a/components/lock.rst +++ b/components/lock.rst @@ -389,13 +389,13 @@ The component includes the following built-in store types: ========================================================== ====== ======== ======== ======= ============= Store Scope Blocking Expiring Sharing Serialization ========================================================== ====== ======== ======== ======= ============= +:ref:`DoctrineDbalPostgreSqlStore ` remote yes no yes no +:ref:`DoctrineDbalStore ` remote retry yes no yes :ref:`FlockStore ` local yes no yes no :ref:`MemcachedStore ` remote retry yes no yes :ref:`MongoDbStore ` remote retry yes no yes :ref:`PdoStore ` remote retry yes no yes -:ref:`DoctrineDbalStore ` remote retry yes no yes :ref:`PostgreSqlStore ` remote yes no yes no -:ref:`DoctrineDbalPostgreSqlStore ` remote yes no yes no :ref:`RedisStore ` remote retry yes yes yes :ref:`SemaphoreStore ` local yes no no no :ref:`ZookeeperStore ` remote retry no no no @@ -479,12 +479,12 @@ The ``MongoDbStore`` takes the following ``$options`` (depending on the first pa ============== ================================================================================================ Option Description ============== ================================================================================================ +collection The name of the collection +database The name of the database +driverOptions Array of driver options for `MongoDBClient::__construct`_ gcProbability Should a TTL Index be created expressed as a probability from 0.0 to 1.0 (Defaults to ``0.001``) gcProbablity Same as ``gcProbability``, see the deprecation note below -database The name of the database -collection The name of the collection uriOptions Array of URI options for `MongoDBClient::__construct`_ -driverOptions Array of driver options for `MongoDBClient::__construct`_ ============= ================================================================================================ .. deprecated:: 6.3