This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Lock/Store
Fabien Potencier b2d5ba7db7 feature #22114 [lock] Rename Quorum into Strategy (jderusse)
This PR was merged into the 3.3-dev branch.

Discussion
----------

[lock] Rename Quorum into Strategy

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | yes (not consistent naming)
| New feature?  | no
| BC breaks?    | yes (but version 3.4 not yet released)
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | none
| License       | MIT
| Doc PR        |

The term `Quorum` in Interface is confusing an not consistent with the Symfony project.
This PR switch to naming `Strategy\StrategyInterface` (like in adapter i `Cache` and `Ldap` component)

Commits
-------

1e9671b993 Rename Quorum into Strategy
2017-03-22 15:21:53 -07:00
..
CombinedStore.php Rename Quorum into Strategy 2017-03-22 23:05:31 +01:00
FlockStore.php [Lock] Create a lock component 2017-03-22 11:45:19 -07:00
MemcachedStore.php [Lock] Create a lock component 2017-03-22 11:45:19 -07:00
RedisStore.php Don't call blindly the redis client 2017-03-22 22:50:35 +01:00
RetryTillSaveStore.php [Lock] Create a lock component 2017-03-22 11:45:19 -07:00
SemaphoreStore.php [Lock] Create a lock component 2017-03-22 11:45:19 -07:00