Libraries tagged by reddis
swayok/alternative-laravel-cache
397693 Downloads
Replacements for Laravel's redis and file cache stores that properly implement tagging idea. Powered by cache pool implementations provided by http://www.php-cache.com/
spiritix/lada-cache
403182 Downloads
A Redis based, automated and scalable database caching layer for Laravel
ptrofimov/tinyredisclient
623406 Downloads
The most lightweight Redis client written in PHP
predis/predis-async
330712 Downloads
Asynchronous version of Predis
mmucklo/queue-bundle
614235 Downloads
Symfony2/3/4/5 Queue Bundle (for background jobs) supporting Mongo (Doctrine ODM), Mysql (and any Doctrine ORM), RabbitMQ, Beanstalkd, Redis, and ... {write your own}
mjphaynes/php-resque
186247 Downloads
Redis backed library for creating background jobs and processing them later.
matomo/cache
584769 Downloads
PHP caching library based on Doctrine cache
gos/pubsub-router-bundle
2074445 Downloads
Symfony PubSub Router Bundle
ekreative/health-check-bundle
575585 Downloads
A bundle that provides a simple /healthcheck route
desarrolla2/cache
2355906 Downloads
Provides an cache interface for several adapters Apc, Apcu, File, Mongo, Memcache, Memcached, Mysql, Mongo, Redis is supported.
cache/predis-adapter
2360893 Downloads
A PSR-6 cache implementation using Redis (Predis). This implementation supports tags
awssat/laravel-visits
143184 Downloads
Laravel Redis visits counter for Eloquent models
massivescale/celery-php
351916 Downloads
PHP client for Celery task queue
prwnr/laravel-streamer
138411 Downloads
Events streaming package for Laravel that uses Redis 5 streams
maba/gentle-force-bundle
458153 Downloads
Symfony bundle that integrates gentle-force library for limiting both brute-force attempts and ordinary requests, using leaky/token bucket algorithm, based on Redis