I working with node.js by expressjs I try to store an account to session. So, i try to test to use session with code in expressjs
var RedisStore = requ
I solve this problem in next way:
sudo apt-get install redis-server
then run command to confirm that everything ok:
sudo service redis-server status
And the output will be: redis-server is running - that means that the problem is solved.
redis-server is running