Libraries tagged by redis info
contributte/redis
1731841 Downloads
Redis client integration into Nette framework
tedivm/stash-bundle
1388312 Downloads
Incorporates the Stash caching library into Symfony.
easyswoole/queue
34832 Downloads
A simple Queue implementation integrated into easySwoole
detain/session-samurai
2043 Downloads
🥷 Universal high-speed asynchronous (non-blocking) SessionHandlerInterface implementation for PHP supporting Semaphores, Mysqli, Redis, SQLite3, Symfony/Cache, WinCache, PhpFastCache, PHP-Cache, PDO, Memcached, FlySystem Filesystem, Illuminate, APCu, APC, OpCache, InfluxDB, WinCache, MongoDb and local file storage.
madebyclowd/laravel-auto-sequence
85 Downloads
Automatically generate sequential invoice/order numbers (like INV-2026-0001) for Laravel Eloquent models. Safe from duplicates even under heavy concurrent traffic.
ezsystems/stash-bundle
264934 Downloads
Incorporates the Stash caching library into Symfony.
jelix/php-redis
5149 Downloads
php classes to manage data into a redis database. Fork from Sash php-redis lib.
immusen/yii2-swoole-websocket
8860 Downloads
Websocket server for Yii2 base on swoole 4, Support JSONRPC, Resolve 'method' as a route reflect into controller/action, And support http or redis pub/sub to trigger async task from your web application.
immusen/yii2-swoole-mqtt
360 Downloads
MQTT server for Yii2 base on swoole 4, Resolve topic as a route reflect into controller/action/param, And support redis pub/sub to trigger async task from your web application
martinsvacinka/redis
1744 Downloads
Redis client integration into Nette framework
hhxsv5/redis-memory-analysis
3803 Downloads
🔎 Analyzing memory of redis is to find the keys(prefix) which used a lot of memory, export the analysis result into csv file.
regeda/nest
25 Downloads
Nest is a decorator for key based methods invocation
perimeter/cache-bundle
1153 Downloads
Cache integration for the Memento caching library into Symfony2 and Perimeter API Gateway
insolita/circular-queue
38 Downloads
Circular queue with redis implementation
bainternet/sqlite-simple-store
50 Downloads
Super lightweight Zero configuration sqlite-based key => value store with expiration time for PHP. Basically its a simple key value storage with and expireation field which will delete the value after it expires. Also since its heavily influenced by redis, some of redis useful functions were implemented.