Libraries tagged by redis mock
lynnfly/hyperf-redis-lock
64 Downloads
Hyperf filesystem url generator
ar414/redis-lock
52 Downloads
Redis Pessimistic Lock uses redis keys: setnx, get, getset, del
tourstream/typo3-redis-lock-strategy
6006 Downloads
hannesvdvreken/socketio
27 Downloads
Pushing Socket.io messages to Redis for socket.io's Redis socket manager.
foxtech6/mutex-locker
147 Downloads
MutexSafe will help you use mutex more effectively. Different mutex for different components are presented. In addition, you can add your own lockers and use within the library.
turbo-timer/socket.io-redis-emitter-php
156 Downloads
Socket.IO Redis Emitter implementation in PHP 8 without any Redis dependencies
dibify/locker-redis
4078 Downloads
DiBify Redis-based locker
happysir/distributed-lock
98 Downloads
A distributed lock based on PHP and redis(swoft)
matthew-p/docker-server
1783 Downloads
Universal docker server, Nginx, PHP-FPM, MySql, Redis
rubberpants/rocket-queue
605 Downloads
Redis PHP Job Queue
romeoz/rock-cache
3079 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.
zilveer/laravel-redlock
426 Downloads
Redis distributed locks for laravel
foxtech6/mutexsafe
83 Downloads
MutexSafe will help you use mutex more effectively. Different mutex for different components are presented. In addition, you can add your own lockers and use within the library.
rtckit/react-redlock
7769 Downloads
Asynchronous distributed locks with Redis and ReactPHP
alex/mutexlock
2525 Downloads
MutexLock makes sure that a cron job defined in multiple identical web servers will not execute more than one task at a time. Backed by Redis.