We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
try{ //如果此处redis断连 await redis.set(xxx,xxxx) //永远无法进入到这里 } catch(e){ //也无法进入到这 }
查了base.ts发现command方法里,如果异常后就没法回调callback了,这样导致Promise永远无法resolve了
The text was updated successfully, but these errors were encountered:
No branches or pull requests
查了base.ts发现command方法里,如果异常后就没法回调callback了,这样导致Promise永远无法resolve了
The text was updated successfully, but these errors were encountered: