Frends.Redis.GetKeys / 1.2.0
Summary
Lists the keys a database holds. Since the key space can be large, this is a diagnostic rather than something to run in a hot path.
Typical use — inspecting or cleaning up cached state; look a key up directly when you already know its name
Options class with settings for specific behaviour of task
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| ThrowErrorOnFailure | Boolean |
True |
true |
True: Throw an exception. False: Error will be added to the Result.Error.AdditionalInformation list instead of stopping the Task. |
| ErrorMessageOnFailure | String |
– | Task failed during execution |
Message what will be used when error occurs |