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
I don't see timeout configurations in any commands. Am I wrong?
The text was updated successfully, but these errors were encountered:
Per-command timeout is not supported but under discussion. Refer to #61 for more information.
Sorry, something went wrong.
Then do you have any ideas that which nodejs client that supports this feature?
No client supports this feature as far as I know :-(. Dose timeout method provided by bluebird (redis.set('foo', 'bar').timeout(5000)) works for you?
timeout
redis.set('foo', 'bar').timeout(5000)
Closing this in favour of #61.
No branches or pull requests
I don't see timeout configurations in any commands. Am I wrong?
The text was updated successfully, but these errors were encountered: