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
Your connection to redis is failing. Try restarting your redis server, then starting up your client again by running these 3 commands:
sudo service redis-server restart redis-server redis-cli