You are here

12 calls to RedisPrefixTrait::getPrefix() in Redis 8

CacheBase::getKey in src/Cache/CacheBase.php
Return the key for the given cache key.
PhpRedis::clear in src/Flood/PhpRedis.php
Makes the flood control mechanism forget an event for the current visitor.
PhpRedis::getKey in src/Lock/PhpRedis.php
Generate a redis key name for the current lock name.
PhpRedis::isAllowed in src/Flood/PhpRedis.php
Checks whether a user is allowed to proceed with the specified event.
PhpRedis::register in src/Flood/PhpRedis.php
Registers an event for the current visitor to the flood control mechanism.
Predis::clear in src/Flood/Predis.php
Makes the flood control mechanism forget an event for the current visitor.
Predis::getKey in src/Lock/Predis.php
Generate a redis key name for the current lock name.
Predis::isAllowed in src/Flood/Predis.php
Checks whether a user is allowed to proceed with the specified event.
Predis::register in src/Flood/Predis.php
Registers an event for the current visitor to the flood control mechanism.
RedisCacheTagsChecksum::getTagKey in src/Cache/RedisCacheTagsChecksum.php
Return the key for the given cache tag.
ReportController::overview in src/Controller/ReportController.php
Redis report overview.
ReportController::scan in src/Controller/ReportController.php
Wrapper to SCAN through matching redis keys.