PHP Package: codeception/module-redis
Enhance your PHP testing capabilities with the Codeception Redis module for simplified integration and efficient testing procedures.
Package Description
Codeception's Redis module offers a comprehensive solution for integrating Redis into your PHP testing suite, streamlining your testing process and ensuring reliable results. This module provides seamless interaction with Redis, enabling efficient testing of key functionalities and ensuring the robustness of your applications.
Download Latest Version: 3.2.1

Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/codeception/module-redis/3.2.1/loader.php';
require_once 'libs/codeception/codeception/5.3.2/loader.php';
use Codeception\Module\Redis;
$obj = new Redis();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.