friendica/src/Core/Lock
Philipp Holzer 34cea93a8b
Bugfixings for Cache-Lock
- used wrong cachekey in set
- therefore added an abstraction to avoid wrong key concatenation
- forgot to increase the db-version to 1275
2018-07-05 21:47:52 +02:00
..
AbstractLockDriver.php Fixings 2018-07-05 20:57:31 +02:00
CacheLockDriver.php Bugfixings for Cache-Lock 2018-07-05 21:47:52 +02:00
DatabaseLockDriver.php Fixings 2018-07-05 20:57:31 +02:00
ILockDriver.php Fixings 2018-07-05 20:57:31 +02:00
SemaphoreLockDriver.php Fixings 2018-07-05 20:57:31 +02:00