pub fn increment(bucket: &str, key: &str, delta: i64) -> Result<i64, KvError>
Increment a numeric value atomically.
Returns the new value after increment.
Returns KvError if the operation fails.
KvError