kv
controlPersistent key-value storage
Inlets
| Message | Description |
|---|---|
| Get value by key | |
| Set value at key | |
| Delete key | |
keys | List all keys |
clear | Clear all keys |
| Check if key exists | |
| Set store name |
| Message | Description |
|---|---|
string | Shared store when using same store name. If empty, it becomes a local store. |
Outlets
| Message | Description |
|---|---|
| Get result with value and found flag | |
| Set confirmation | |
| Delete result with deleted flag | |
| List of all keys | |
| Clear confirmation | |
| Existence check result | |
| Store name change confirmation | |
| Error message |
Tags
kv