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
Post a Comment