From b46e4b7e66a775293cb59a132efeb1b9400043a4 Mon Sep 17 00:00:00 2001 From: 3x0k1d <3x0k1d@gmail.com> Date: Mon, 5 May 2025 08:50:08 +0300 Subject: [PATCH] redis fix --- checkers/php-redis.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/checkers/php-redis.php b/checkers/php-redis.php index 0d5140f..1379d58 100644 --- a/checkers/php-redis.php +++ b/checkers/php-redis.php @@ -9,6 +9,7 @@ $checker = new BaseModule( $checker->printInfo(); $redis = new Redis(); -$redis->connect('127.0.0.1', 6379); +$redis->connect('90.156.203.247', 6379); +$redis->auth('Ir3Roovu'); $redis->set('foo', 'bar'); echo ("Output:" . $redis->get('foo')); \ No newline at end of file