Libraries tagged by TP5Redis
tyler-king/activity
9 Downloads
A simple Predis activity feed handler for my projects.
tp5er/think-redis
1926 Downloads
An easy way to use the official PHP predis client in your thinkphp applications.
suven/flint-redis
9 Downloads
wrapper around flintstone and predis
quioteframework/session-redis
0 Downloads
Redis-backed session storage for Quiote: a SessionPersistenceInterface implementation for SessionManager, built on predis/predis.
quioteframework/queue-redis
0 Downloads
Redis-backed queue driver for Quiote's queue subsystem, using predis/predis.
peloncano/cakephp-plugin-redis-cache
526 Downloads
A CakePHP 2.0 plugin enabling Redis (http://redis.io/) backed sessions and caching. Uses the Predis (https://github.com/nrk/predis) library to communicate with Redis.
newwaybrazil/credential-manager-php
2191 Downloads
PHP library for search credential in redis with Predis
mvccore/ext-debug-tracy-mvccore
5180 Downloads
MvcCore - Extension - Debug - Tracy - Panel MvcCore - render and add into tracy debug panel current MvcCore application instance, printed by \Tracy\Dumper::toHtml(\MvcCore\Application::GetInstance()); to display main application objects used to render current page response. Rendered objects inside MvcCore app: \MvcCore\Request, \MvcCore\Response, \MvcCore\Router, \MvcCore\Controller, all preroute, predispatch and postdispatch configured handlers and many other internal application values.
mkorkmaz-updated/redislabs-rejson
8 Downloads
Redislabs RedisJSON aka ReJSON Module Client for PHP that supports Predis and PhpRedis
mageomni/redis-cache
1 Downloads
A persistent object cache backend powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.
loganhenson/cronlock
70 Downloads
Load balanced cron jobs. Backed by Predis.
higidi/ninja-mutex
7598 Downloads
Simple to use mutex implementation that can use directory, flock, memcache, memcached, mysql or redis (predis) for locking
cxr/laravel-redislock
13 Downloads
基于predis的分布式锁
bprs/resque
18 Downloads
BPRS flavoured port of chrisbolton/php-resque, supports Predis, more DI
atzcl/redis
57 Downloads
基于 nrk/predis 封装的 Redis 类,包含 string、hash、list、set、zset 类型的操作