Shaw Zhang
Shaw Zhang
can you > i. didnt find any lib better than this shit can you suggest the lib name? I have faced the same issue
谢谢分享,写的很清楚
可以请教下为什么你的new redisStore传入的时候直接设置db:0,pass: ''就可以,是用了sequelized的原因吗;我试了下这样会报错,提示需要要传入一个client,const redis = require('redis').createClient(); 我按照文档改成这样不会报错,看了下你的代码没找到类似有redis createClient的,谢谢!
你看下是不是定时器没关掉, setTimeout前先clear之前的Timer, 或者重复调用了getLyric, 我也遇到类似的问题