php - No connection could be made because the target machine actively refused it LARAVEL 4 error -


no connection made because target machine actively refused it. [tcp://127.0.0.1:6379] in laravel 4.my code is:

    $redis = redis::connection();     $redis->set('name', 'taylor');     $name = $redis->get('name');     $values = $redis->lrange('names', 5, 10); 

after installing redis server(you can download form redis) should run file redis-server.exe located in c:\program files\redis\ , refresh page!


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -