Frends.Redis.GetValue / 2.0.0
Summary
Reads a key's value, returning it according to the type Redis holds — a string, a list or a hash.
Typical use — retrieving cached data or state shared between Processes
Data to use in Redis
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| Key | String |
– | Foo |
Key to get |