For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetKeys

Task version: 1.2.0

Required Frends version: 5.5+

Required .NET version: 6.0

Compatible Agents: Crossplatform

Task Parameters

Name
Description

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

Task Result

Name
Description

Success : Boolean

Success flag Example: true

Error : Error

Error info

Keys : List<String>

Found keys

Task Changelog

Changelog for Task Frends.Redis.GetKeys.

[1.2.0] - 2026-03-03

Added

  • Add support for Microsoft Entra ID

[1.1.0] - 2025-07-31

Changed

  • Make default error message empty by default

[1.0.0] - 2025-05-13

Changed

  • Initial implementation

Last updated

Was this helpful?