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
If you want to refresh a TTL on 2.3.x+, you cannot send a key with the SET operation. There doesn't appear to be a way to do that with this lib
The text was updated successfully, but these errors were encountered:
this.client.set(p, val, { prevExist: true, ttl: this.expire } )
Sorry, something went wrong.
Yea, we need to add compatibility for later versions of etcd. PRs welcome
unfortunately this lib seems pretty dead to me, don't know if a PR would worth it...
No branches or pull requests
If you want to refresh a TTL on 2.3.x+, you cannot send a key with the SET operation. There doesn't appear to be a way to do that with this lib
The text was updated successfully, but these errors were encountered: