PHP Package: codeception/module-redis

Enhance your PHP testing capabilities with the Codeception Redis module for simplified integration and efficient testing procedures.

Current Version: 3.2.1
Last Updated: 2025-02-24
PHP Requirement: ^8.0
Dependencies:
codeception/codeception
⚠️ To ensure full functionality, the above dependencies might be required.

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.

🔗 View on GitHub

Download Latest Version: 3.2.1

Download Download v3.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.