Search results for phpredis
phpredis/phpredis
33067 Downloads
A PHP extension for Redis
colinmollenhour/credis
36178939 Downloads
Credis is a lightweight interface to the Redis key-value store which wraps the phpredis library when available for better performance.
colinmollenhour/php-redis-session-abstract
23230790 Downloads
A Redis-based session handler with optimistic locking
cache/redis-adapter
3440414 Downloads
A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags
ukko/phpredis-phpdoc
431209 Downloads
@phpdoc extension phpredis for IDE autocomplete
erik-dubbelboer/php-redis-admin
89908 Downloads
Simple web interface to manage Redis databases.
cheprasov/php-redis-lock
395518 Downloads
RedisLock for PHP is a synchronization mechanism for enforcing limits on access to a resource in an environment where there are many threads of execution. A lock is designed to enforce a mutual exclusion concurrency control policy.
cheprasov/php-redis-client
1155339 Downloads
Php client for Redis. It is a fast, fully-functional and user-friendly client for Redis, optimized for performance. RedisClient supports the latest versions of Redis starting from 2.6 to 6.0
rhubarbgroup/redis-cache
83346 Downloads
A persistent object cache backend for WordPress powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.
vetruvet/laravel-phpredis
117170 Downloads
Use phpredis as the redis connection in Laravel
talleu/php-redis-om
4406 Downloads
A PHP object mapper library for Redis
longman/laravel-lodash
85709 Downloads
Add more functional to Laravel
mkorkmaz/redislabs-rejson
89330 Downloads
Redislabs RedisJSON aka ReJSON Module Client for PHP that supports Predis and PhpRedis
jamm/memory
24469 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.
jamescauwelier/psredis
377587 Downloads
Sentinel client for the popular php redis client