You are here

Classes, traits, and interfaces in Redis 7.2

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
Redis_AbstractBackend abstract class lib/Redis/AbstractBackend.php 4
Redis_Cache class lib/Redis/Cache.php Cache backend for Redis module.
Redis_Cache_Base abstract class lib/Redis/Cache/Base.php Because those objects will be spawned during boostrap all its configuration must be set in the settings.php file. 2
Redis_Cache_PhpRedis class lib/Redis/Cache/PhpRedis.php Predis cache backend.
Redis_Cache_Predis class lib/Redis/Cache/Predis.php Predis cache backend.
Redis_Client class lib/Redis/Client.php Common code and client singleton, for all Redis clients.
Redis_Client_Interface interface lib/Redis/Client/Interface.php Client proxy, client handling class tied to the bare mininum. 2
Redis_Client_PhpRedis class lib/Redis/Client/PhpRedis.php PhpRedis client specific implementation.
Redis_Client_Predis class lib/Redis/Client/Predis.php Predis client specific implementation.
Redis_Lock class lib/Redis/Lock.php Lock backend singleton handling.
Redis_Lock_Backend_Default abstract class lib/Redis/Lock/Backend/Default.php Lock backend shared methods. 2
Redis_Lock_Backend_Interface interface lib/Redis/Lock/Backend/Interface.php Lock backend interface. 1
Redis_Lock_Backend_PhpRedis class lib/Redis/Lock/Backend/PhpRedis.php Predis lock backend implementation.
Redis_Lock_Backend_Predis class lib/Redis/Lock/Backend/Predis.php Predis lock backend implementation.
Redis_Path_AbstractHashLookup abstract class lib/Redis/Path/AbstractHashLookup.php Common implementation for Redis-based implementations 2
Redis_Path_HashLookupInterface interface lib/Redis/Path/HashLookupInterface.php Very fast hash based lookup interface. 2
Redis_Path_NullHashLookup class lib/Redis/Path/NullHashLookup.php Null implementation.
Redis_Path_PhpRedis class lib/Redis/Path/PhpRedis.php PhpRedis implementation.
Redis_Path_Predis class lib/Redis/Path/Predis.php PhpRedis implementation.
Redis_Queue class lib/Redis/Queue.php
Redis_Queue_Base abstract class lib/Redis/Queue/Base.php Redis allows implementing reliable queues, here is the spec: 1
Redis_Queue_PhpRedis class lib/Redis/Queue/PhpRedis.php @todo Set high expire value to the hash for rotation when memory is empty React upon cache clear all and rebuild path list?
Redis_Tests_AbstractUnitTestCase abstract class lib/Redis/Tests/AbstractUnitTestCase.php 3
Redis_Tests_Admin_VariableTestCase class lib/Redis/Tests/Admin/VariableTestCase.test
Redis_Tests_Cache_AbstractFixesUnitTestCase abstract class lib/Redis/Tests/Cache/AbstractFixesUnitTestCase.php Bugfixes made over time test class. 2
Redis_Tests_Cache_AbstractFlushUnitTestCase abstract class lib/Redis/Tests/Cache/AbstractFlushUnitTestCase.php 4
Redis_Tests_Cache_AbstractUnitTestCase abstract class lib/Redis/Tests/Cache/AbstractUnitTestCase.php Base implementation for locking functionnal testing. 2
Redis_Tests_Cache_PhpRedisFixesUnitTestCase class lib/Redis/Tests/Cache/PhpRedisFixesUnitTestCase.test
Redis_Tests_Cache_PhpRedisFlushUnitTestCase class lib/Redis/Tests/Cache/PhpRedisFlushUnitTestCase.test
Redis_Tests_Cache_PhpRedisWithEvalFlushUnitTestCase class lib/Redis/Tests/Cache/PhpRedisWithEvalFlushUnitTestCase.test
Redis_Tests_Cache_PredisFixesUnitTestCase class lib/Redis/Tests/Cache/PredisFixesUnitTestCase.test
Redis_Tests_Cache_PredisFlushUnitTestCase class lib/Redis/Tests/Cache/PredisFlushUnitTestCase.test
Redis_Tests_Cache_PredisWithEvalFlushUnitTestCase class lib/Redis/Tests/Cache/PredisWithEvalFlushUnitTestCase.test
Redis_Tests_Lock_AbstractLockingUnitTestCase abstract class lib/Redis/Tests/Lock/AbstractLockingUnitTestCase.php 2
Redis_Tests_Lock_PhpRedisLockingUnitTestCase class lib/Redis/Tests/Lock/PhpRedisLockingUnitTestCase.test
Redis_Tests_Lock_PredisLockingUnitTestCase class lib/Redis/Tests/Lock/PredisLockingUnitTestCase.test
Redis_Tests_Queue_AbstractQueueUnitTestCase abstract class lib/Redis/Tests/Queue/AbstractQueueUnitTestCase.php Some tests in there credits goes to the redis_queue module. Thanks to their author. 1
Redis_Tests_Queue_PhpRedisQueueUnitTestCase class lib/Redis/Tests/Queue/PhpRedisQueueUnitTestCase.test

Other projects