Can anyone help me... I have magento website running with nginx and php-fpm. I have configured 2 instance of redis for magento. but I'm getting following errors.
Magento reports
####################################################
a:4:{i:0;s:24:"read error on connection";i:1;s:2003:"#0 <doc_root>/lib/Credis/Client.php(440): Credis_Client->__call('select', Array)
####################################################
and in nginx error log
2016/04/29 05:58:44 [error] 5941#0: *829068 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: , server: www.mysite.com, request: "POST /index.php/api/index/index/ HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "www.mysite.com"
Please provide me fix on this I have also tried by increasing read timeout value in local.xml to 30 but still getting this error.