Skip to content

Redis source - support psubscribe #25184

@divadpoc

Description

@divadpoc

A note for the community

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Use Cases

Additionally to be able to subscribe to a channel, it would be nice to use psubscribe to subscribe with a pattern. If feasible, the actual channel should be available via a metadata field.

Attempted Solutions

No response

Proposal

add an additional data_type, e.g. pchannel

The used Redis library supports psubscribe according to this: https://docs.rs/redis/0.32.4/redis/struct.PubSub.html

It probably would also be possible to update the version of the Redis library to the latest (currently 1.0.5)

References

Version

0.53.x

Metadata

Metadata

Assignees

No one assigned

    Labels

    source: redisAnything `redis` source related

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions