Philipp Holzer
|
9b07132b80
|
Fixing force-flag for lock-releasing
|
2019-02-24 10:08:28 +01:00 |
|
Philipp Holzer
|
80a4e6263f
|
Added Unittests for cache
fixed Lock & Cache bugs
|
2018-07-07 19:46:16 +02:00 |
|
Philipp Holzer
|
e41e7d2edd
|
Fixings
- fixed test for semaphore
- fixed some issues
- changed namespace in Tests back to "src/"
- changed namings
|
2018-07-05 20:57:31 +02:00 |
|
Philipp Holzer
|
906bb25972
|
code standards / simplifications
|
2018-07-05 07:59:56 +02:00 |
|
Philipp Holzer
|
aac94d1d74
|
Adding multihost - locking
Adding Unit-Tests for it
|
2018-07-04 23:37:22 +02:00 |
|
Philipp Holzer
|
ad5ee75159
|
Deleting parameter-types of methods (lack of support in PHP 5.6)
|
2018-06-28 23:06:14 +02:00 |
|
Philipp Holzer
|
3f7e4f5bb6
|
redesign of locking & caching
- New Factory "CacheDriverFactory" for Cache and Locks
- Adding Redis/Memcached Locking
- Moved Lock to Core
- other improvements
|
2018-06-28 22:57:17 +02:00 |
|
Philipp Holzer
|
a57e6cfa1b
|
Moved Lock.php back to Utils
|
2018-06-26 23:28:07 +02:00 |
|
Philipp Holzer
|
0218d16335
|
Lock abstraction (like the Cache)
- adding interface
- adding seperate drivers
- moving Lock to the Core package
|
2018-06-26 22:31:04 +02:00 |
|