When i run the command python start.py -m mf -d amazon2014,i got this problem
RuntimeError:Unable to connect to Redis at 127.0.0.1:6379
i have installed redis
i start the redis-server.exe and redis-cli.exe.The server is now ready to accept connections on port 6379.
but if i run the python start.py -m mf -d amazon2014,there will be RuntimeError:Unable to connect to Redis at 127.0.0.1:6379
i run your code in windows
how to solve the problem
please thanks
When i run the command python start.py -m mf -d amazon2014,i got this problem
RuntimeError:Unable to connect to Redis at 127.0.0.1:6379
i have installed redis
i start the redis-server.exe and redis-cli.exe.The server is now ready to accept connections on port 6379.
but if i run the python start.py -m mf -d amazon2014,there will be RuntimeError:Unable to connect to Redis at 127.0.0.1:6379
i run your code in windows
how to solve the problem
please thanks