client-rust
client-rust copied to clipboard
TTL Support for Raw/Transactional Clients
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?
Are there any plans to work on this?