blob type KV example
Running log
- First create a KV named
"temp"
and give the initial value 36℃ - Modify the value of
"temp"
KV to 38℃ - Finally delete
"temp"
KV
[FlashDB][sample][kvdb][blob] ==================== kvdb_type_blob_sample ====================
[FlashDB][sample][kvdb][blob] get the 'temp' value is: 36
[FlashDB][sample][kvdb][blob] set 'temp' value to 38
[FlashDB][sample][kvdb][blob] delete the 'temp' finish