node.js redis 同步取值 bluebird async await promisifyAll
1.安装redis库npminstall--saveredis2.../../.../config.jsmodule.exports={//...redis:{host:"172.16.0.224",port:6379,options:{password:"myredispassword",timeout:3000}},spam:{limit:3,seconds:60,},//...}3.Cach