Skip to content

Support for redis event Source URLs #3778

@alanxoc3

Description

@alanxoc3

Is your feature request related to a problem? Please describe.
We like to pass around our secrets as connection string URLs. Currently the redis connection requires a hostname and password to be passed in, with no support for a URL that contains both.

Describe the solution you'd like
Add another EventSource parameter for a connection url/uri. From the golang side, this should be easy as the redis library supports parsing a url:

https://pkg.go.dev/github.com/go-redis/redis#ParseURL


Message from the maintainers:

If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions