Menu

#42 bug redis

wont-fix
WTriple
bug (1)
True
2021-10-14
2021-05-13
Anonymous
No

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);
2 Attachments

Discussion

  • Anonymous

    Anonymous - 2021-05-31
    Post awaiting moderation.
  • WTriple

    WTriple - 2021-10-14
    • status: open --> wont-fix
     
  • WTriple

    WTriple - 2021-10-14

    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

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.