Client.php |
lib/Redis/Client.php |
|
|
Default.php |
lib/Redis/Lock/Backend/Default.php |
|
|
Interface.php |
lib/Redis/Client/Interface.php |
|
|
Interface.php |
lib/Redis/Lock/Backend/Interface.php |
|
|
Lock.php |
lib/Redis/Lock.php |
|
|
phpredis.cache.inc |
phpredis.cache.inc |
|
Placeholder file for using the PhpRedis cache backend. This file will also
ensure the client handling API is fully loaded for lock backend. |
phpredis.lock.inc |
phpredis.lock.inc |
|
Drupal core lock.inc implementation using Redis via PhpRedis extension. |
PhpRedis.php |
lib/Redis/Client/PhpRedis.php |
|
|
PhpRedis.php |
lib/Redis/Cache/PhpRedis.php |
|
|
PhpRedis.php |
lib/Redis/Lock/Backend/PhpRedis.php |
|
|
predis.cache.inc |
predis.cache.inc |
|
Placeholder file for using the Predis cache backend. This file will also
ensure the client handling API is fully loaded for lock backend. |
predis.lock.inc |
predis.lock.inc |
|
Drupal core lock.inc implementation using Redis via Predis library. |
Predis.php |
lib/Redis/Client/Predis.php |
|
|
Predis.php |
lib/Redis/Cache/Predis.php |
|
|
Predis.php |
lib/Redis/Lock/Backend/Predis.php |
|
|
README.PhpRedis.txt |
README.PhpRedis.txt |
|
PhpRedis cache backend
======================
This client, for now, is only able to use the PhpRedis extension.
This code is ALPHA code. This means: DO NOT USE IT IN PRODUCTION. Not until
I don't ship any BETA release as a full Drupal.org… |
README.Predis.txt |
README.Predis.txt |
|
Predis cache backend
====================
This client, for now, is only able to use the Predis PHP library.
The Predis library requires PHP 5.3 minimum. If your hosted environment does
not ships with at least PHP 5.3, please do not use this cache… |
README.txt |
README.txt |
|
Redis cache backends
====================
This package provides two different Redis cache backends. If you want to use
Redis as cache backend, you have to choose one of the two, but you cannot use
both at the same time. Well, it will be technically… |
redis.admin.inc |
redis.admin.inc |
|
Redis module administration pages. |
redis.info |
redis.info |
|
name = "Redis"
description = "Provide a module placeholder, for using as dependency for module that needs Redis."
package = Performance
version = VERSION
core = 7.x
configure = admin/config/development/performance/redis
files[] =… |
redis.install |
redis.install |
|
Redis install related functions. |
redis.lock.inc |
redis.lock.inc |
|
Drupal core lock.inc replacement. |
redis.module |
redis.module |
|
Redis module. |