You are here

Files in Redis 7.2

Primary tabs

File namesort descending Location Namespace Description
AbstractBackend.php lib/Redis/AbstractBackend.php
AbstractFixesUnitTestCase.php lib/Redis/Tests/Cache/AbstractFixesUnitTestCase.php
AbstractFlushUnitTestCase.php lib/Redis/Tests/Cache/AbstractFlushUnitTestCase.php
AbstractHashLookup.php lib/Redis/Path/AbstractHashLookup.php
AbstractLockingUnitTestCase.php lib/Redis/Tests/Lock/AbstractLockingUnitTestCase.php
AbstractQueueUnitTestCase.php lib/Redis/Tests/Queue/AbstractQueueUnitTestCase.php
AbstractUnitTestCase.php lib/Redis/Tests/AbstractUnitTestCase.php
AbstractUnitTestCase.php lib/Redis/Tests/Cache/AbstractUnitTestCase.php
Base.php lib/Redis/Queue/Base.php
Base.php lib/Redis/Cache/Base.php
Cache.php lib/Redis/Cache.php
Client.php lib/Redis/Client.php
Default.php lib/Redis/Lock/Backend/Default.php
HashLookupInterface.php lib/Redis/Path/HashLookupInterface.php
Interface.php lib/Redis/Client/Interface.php
Interface.php lib/Redis/Lock/Backend/Interface.php
Lock.php lib/Redis/Lock.php
NullHashLookup.php lib/Redis/Path/NullHashLookup.php
PhpRedis.php lib/Redis/Queue/PhpRedis.php
PhpRedis.php lib/Redis/Path/PhpRedis.php
PhpRedis.php lib/Redis/Client/PhpRedis.php
PhpRedis.php lib/Redis/Cache/PhpRedis.php
PhpRedis.php lib/Redis/Lock/Backend/PhpRedis.php
PhpRedisFixesUnitTestCase.test lib/Redis/Tests/Cache/PhpRedisFixesUnitTestCase.test
PhpRedisFlushUnitTestCase.test lib/Redis/Tests/Cache/PhpRedisFlushUnitTestCase.test
PhpRedisLockingUnitTestCase.test lib/Redis/Tests/Lock/PhpRedisLockingUnitTestCase.test
PhpRedisQueueUnitTestCase.test lib/Redis/Tests/Queue/PhpRedisQueueUnitTestCase.test
PhpRedisWithEvalFlushUnitTestCase.test lib/Redis/Tests/Cache/PhpRedisWithEvalFlushUnitTestCase.test
Predis.php lib/Redis/Path/Predis.php
Predis.php lib/Redis/Client/Predis.php
Predis.php lib/Redis/Cache/Predis.php
Predis.php lib/Redis/Lock/Backend/Predis.php
PredisFixesUnitTestCase.test lib/Redis/Tests/Cache/PredisFixesUnitTestCase.test
PredisFlushUnitTestCase.test lib/Redis/Tests/Cache/PredisFlushUnitTestCase.test
PredisLockingUnitTestCase.test lib/Redis/Tests/Lock/PredisLockingUnitTestCase.test
PredisWithEvalFlushUnitTestCase.test lib/Redis/Tests/Cache/PredisWithEvalFlushUnitTestCase.test
Queue.php lib/Redis/Queue.php
README.PhpRedis.txt README.PhpRedis.txt PhpRedis cache backend ====================== This client, for now, is only able to use the PhpRedis extension. Get PhpRedis ------------ You can download this library at: https://github.com/nicolasff/phpredis This is PHP extension, too recent…
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.testing.txt README.testing.txt Redis module testing ==================== Unit tests won't cover the cache backend until the 8.x series. This won't be fixed, by design. Drupal 8.x now ships a complete cache backend unit tests suite which will be used when this module…
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.autoload.inc redis.autoload.inc Redis module autoloader.
redis.drush.inc redis.drush.inc Drush integration.
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 ; Even…
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.
redis.path.inc redis.path.inc Drupal default includes/path.inc file copy which only differs in:
VariableTestCase.test lib/Redis/Tests/Admin/VariableTestCase.test

Other projects