Key Value Batch
Functions
append
Link copied to clipboard
delete
Link copied to clipboard
abstract fun delete(key: ReadMemory, vararg options: Options.BatchDelete)
Content copied to clipboard
open override fun delete(key: ReadMemory, vararg options: Options.Deletes)
Content copied to clipboard
put
Link copied to clipboard
abstract fun put(key: ReadMemory, value: ReadMemory, vararg options: Options.BatchPut)
Content copied to clipboard
open override fun put(key: ReadMemory, value: ReadMemory, vararg options: Options.Puts)
Content copied to clipboard
write
Link copied to clipboard