]> git.mxchange.org Git - friendica.git/commit
Bugfix GetAllKeys() of Memcache
authorPhilipp Holzer <admin+github@philipp.info>
Tue, 24 Sep 2019 15:52:38 +0000 (17:52 +0200)
committerPhilipp Holzer <admin+github@philipp.info>
Mon, 30 Sep 2019 12:03:15 +0000 (14:03 +0200)
commit49e812f3d3bf39c91feb6e8a4796a5515b468d43
treea90817c734e119b30ec81fe23758663266b15d41
parent5b5c99333541e14245ae67878f32fa24e9a816aa
Bugfix GetAllKeys() of Memcache
- Abstract Memcache and Memcached implementation
.drone.yml
src/Core/Cache/MemcacheCache.php
src/Core/Cache/MemcachedCache.php
src/Core/Cache/TraitMemcacheCommand.php [new file with mode: 0644]
tests/src/Core/Cache/MemcacheCacheTest.php
tests/src/Core/Cache/MemcachedCacheTest.php
tests/src/Core/Lock/MemcacheCacheLockTest.php
tests/src/Core/Lock/MemcachedCacheLockTest.php