Currently, users should pass the parameter atomic to funcions likeput、batchPut、delete、batchDelete when using CAS in RawKVClient.
It's better to make atomic as a Member variables of RawKVClient just like the rust-client does, cause users may forget to pass atomic.