Libraries tagged by dog pile
sobstel/metaphore
173659 Downloads
PHP cache slam defense using a semaphore to prevent dogpile effect (aka clobbering updates or stampending herd).
jamm/memory
24494 Downloads
Key-value storage in memory. As a storage can be used: APC, Redis, Memcache, Shared memory. All storage objects have one interface, so you can switch them without changing the working code. Contains PHP Redis client.
pastuhov/yii2-redis-mutex
23911 Downloads
Yii2 Redis mutex.
pahanini/yii2-neat-cache
5524 Downloads
A Yii2 components to prevent simultaneous updates (dog pile effect) during caching.
aaronbullard/dogpile
8 Downloads
JSON:API helper library to cleanly import included relationships
romeoz/rock-cache
3084 Downloads
Unified API for key-value storages in memory. As a storage can be used: APC, Redis, Memcache, Couchbase or MongoDB. All storage objects have one interface, so you can switch them without changing the working code.
pastuhov/yii2-redis-ticker
10 Downloads
Yii2 Redis ticker.
tschoffelen/memory
3318 Downloads
Key-value storage in memory. As a storage can be used: APC, Redis, Memcache, Shared memory. All storage objects have one interface, so you can switch them without changing the working code. Contains PHP Redis client.
alekseykorzun/memcached-wrapper-php
74206 Downloads
Optimized PHP 5 wrapper for Memcached extension that supports dog-piling, igbinary and local storage