Frends.Redis.KeyExists / 1.2.0
Summary
Checks whether a key is present without fetching its value.
Typical use — cheap guard conditions, and de-duplication where the presence of a key is the whole answer
Data to use in Redis
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| Key | String |
– | Foo |
Key to set |