GetKeys
Last updated
Was this helpful?
Task version: 1.2.0
Required Frends version: 5.5+
Required .NET version: 6.0
Compatible Agents: Crossplatform
ThrowErrorOnFailure : Boolean
True: Throw an exception.
False: Error will be added to the Result.Error.AdditionalInformation list instead of stopping the Task.
Default: True
Example: true
ErrorMessageOnFailure : String
Message what will be used when error occurs
Default: -
Example: Task failed during execution
ConnectionMethod : ConnectionMethod
Method to use to connect to Redis
Possible values:
SimpleConnectionString: Method to use to connect to Redis
MicrosoftEntraId: Method to use to connect to Redis
Default: 1
Example: ConnectionMethod.SimpleConnectionString
ConnectionString : String
Connection string to Redis.
Default: -
Example: 127.0.0.1:6379
Success : Boolean
Success flag
Example: true
Error : Error
Error info
Keys : List<String>
Found keys
Changelog for Task Frends.Redis.GetKeys.
Add support for Microsoft Entra ID
Make default error message empty by default
Initial implementation
Last updated
Was this helpful?
Was this helpful?

