class KvsAPI
Key-Value Store API for Echo
Constructor
Constructor | Parameters | Returns |
---|---|---|
KvsAPI(
parameters
)
|
Parameters:
|
Methods
Methods | Returns | Description |
---|---|---|
del
|
void
|
↑
Delete KV pair
Parameters:
|
get(
kvs, appkey, callback
)
|
void
|
↑
Fetch data from the Echo Key-Value Store.
Parameters:
|
put(
kvs, callback
)
|
void
|
↑
Put data into the Echo Key-Value database to store the third-party widgets' arbitrary data elements permanently.
Parameters:
|