You are here

Files in Redis 8

Primary tabs

File namesort descending Location Namespace Description
CacheBackendFactory.php src/Cache/CacheBackendFactory.php Drupal\redis\Cache
CacheBase.php src/Cache/CacheBase.php Drupal\redis\Cache
ClientFactory.php src/ClientFactory.php Drupal\redis
ClientInterface.php src/ClientInterface.php Drupal\redis
example.services.yml example.services.yml example.services.yml
FloodFactory.php src/Flood/FloodFactory.php Drupal\redis\Flood
LockFactory.php src/Lock/LockFactory.php Drupal\redis\Lock
PhpRedis.php src/Lock/PhpRedis.php Drupal\redis\Lock
PhpRedis.php src/Flood/PhpRedis.php Drupal\redis\Flood
PhpRedis.php src/Queue/PhpRedis.php Drupal\redis\Queue
PhpRedis.php src/Client/PhpRedis.php Drupal\redis\Client
PhpRedis.php src/Cache/PhpRedis.php Drupal\redis\Cache
PhpRedis.php src/PersistentLock/PhpRedis.php Drupal\redis\PersistentLock
Predis.php src/Lock/Predis.php Drupal\redis\Lock
Predis.php src/Flood/Predis.php Drupal\redis\Flood
Predis.php src/Queue/Predis.php Drupal\redis\Queue
Predis.php src/Client/Predis.php Drupal\redis\Client
Predis.php src/Cache/Predis.php Drupal\redis\Cache
Predis.php src/PersistentLock/Predis.php Drupal\redis\PersistentLock
QueueBase.php src/Queue/QueueBase.php Drupal\redis\Queue
QueueRedisFactory.php src/Queue/QueueRedisFactory.php Drupal\redis\Queue
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 ==================== Using Predis for the Drupal 8 version of this module is still experimental. Get Predis ---------- Predis can be installed to the vendor directory using composer like so: composer require…
redis.info.yml redis.info.yml redis.info.yml
redis.install redis.install Redis install related functions.
redis.links.menu.yml redis.links.menu.yml redis.links.menu.yml
redis.module redis.module Redis module.
redis.routing.yml redis.routing.yml redis.routing.yml
redis.services.yml redis.services.yml redis.services.yml
RedisCacheTagsChecksum.php src/Cache/RedisCacheTagsChecksum.php Drupal\redis\Cache
RedisCacheTest.php tests/src/Kernel/RedisCacheTest.php Drupal\Tests\redis\Kernel
RedisFloodTest.php tests/src/Kernel/RedisFloodTest.php Drupal\Tests\redis\Kernel
RedisLockFunctionalTest.php tests/src/Functional/Lock/RedisLockFunctionalTest.php Drupal\Tests\redis\Functional\Lock
RedisLockTest.php tests/src/Kernel/RedisLockTest.php Drupal\Tests\redis\Kernel
RedisPrefixTrait.php src/RedisPrefixTrait.php Drupal\redis
RedisQueueTest.php tests/src/Kernel/RedisQueueTest.php Drupal\Tests\redis\Kernel
RedisTestInterfaceTrait.php tests/src/Traits/RedisTestInterfaceTrait.php Drupal\Tests\redis\Traits
ReliablePhpRedis.php src/Queue/ReliablePhpRedis.php Drupal\redis\Queue
ReliablePredis.php src/Queue/ReliablePredis.php Drupal\redis\Queue
ReliableQueueBase.php src/Queue/ReliableQueueBase.php Drupal\redis\Queue
ReliableQueueRedisFactory.php src/Queue/ReliableQueueRedisFactory.php Drupal\redis\Queue
ReportController.php src/Controller/ReportController.php Drupal\redis\Controller
WebTest.php tests/src/Functional/WebTest.php Drupal\Tests\redis\Functional

Other projects