Skip to content
New issue

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

TTL refresh etcd 2.3.x+ broken #65

Open
thebigredgeek opened this issue Oct 28, 2016 · 3 comments
Open

TTL refresh etcd 2.3.x+ broken #65

thebigredgeek opened this issue Oct 28, 2016 · 3 comments

Comments

@thebigredgeek
Copy link

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

@felipejfc
Copy link

    this.client.set(p,
      val,
      {
        prevExist: true,
        ttl: this.expire
      }
    )

@thebigredgeek
Copy link
Author

Yea, we need to add compatibility for later versions of etcd. PRs welcome

@felipejfc
Copy link

felipejfc commented Mar 30, 2017

unfortunately this lib seems pretty dead to me, don't know if a PR would worth it...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants