bug redis
Fast & stable Nginx MariaDB Redis Php 8 development stack for Windows
Status: Abandoned
Brought to you by:
wtriple
opnening http://localhost/tools/redis.php appears error "Error: Unable to connect"
Same thing opnening demo project:
Redis Cache / NoSql Connection:
Error while connecting to Redis server
$redis=new Redis(); $addr=empty($_SERVER['REDIS']) ? 'localhost' : $_SERVER['REDIS']; $redis->connect($addr);
Anonymous
this problem is specific to your machine.
On everyone else's localhost should point to 127.0.0.1 by default
Select "Optimize TCP/IP - Tweak the windows registry" during WInNMP installation in order to fix it...
Last edit: WTriple 2021-10-14