You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: