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 Support for Raw/Transactional Clients #375

Open
helloimalastair opened this issue Nov 15, 2022 · 1 comment
Open

TTL Support for Raw/Transactional Clients #375

helloimalastair opened this issue Nov 15, 2022 · 1 comment

Comments

@helloimalastair
Copy link

Similar to #373.

According to the docs, TiKV, and the Java client specifically, have the ability to apply TTLs to put actions, so that keys expire after a certain amount of time.

At the moment, the rust-client does not support this, as it is not available on either the Raw or Transactional clients, nor is it available on the Transactional Buffer.

Are there any plans to implement this into the client-rust crate at the moment?

@supercmmetry
Copy link

supercmmetry commented Dec 10, 2023

Are there any plans to work on this?

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