You are here

namespace Drupal\redis\Cache in Redis 8

Classsort descending Location Description
CacheBackendFactory src/Cache/CacheBackendFactory.php A cache backend factory responsible for the construction of redis cache bins.
CacheBase src/Cache/CacheBase.php Base class for redis cache backends.
PhpRedis src/Cache/PhpRedis.php PhpRedis cache backend.
Predis src/Cache/Predis.php Predis cache backend.
RedisCacheTagsChecksum src/Cache/RedisCacheTagsChecksum.php Cache tags invalidations checksum implementation that uses redis.