Get value by key
Last updated
Was this helpful?
Last updated
Was this helpful?
Key
Key Name
Data is retrieved in the format specified at the time of initial storage.
Example 1:
If the key `speed` has an integer value of `100`
→ Retrieval result: `100`
Example 2:
If the key `car` has a string value of `"Porsche"`
→ Retrieval result: `"Porsche"`