String type KV example
Run 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][string] ==================== kvdb_type_string_sample ====================
[FlashDB][sample][kvdb][string] get the 'temp' value is: 36C
[FlashDB][sample][kvdb][string] set 'temp' value to 38C
[FlashDB][sample][kvdb][string] delete the 'temp' finish