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
A note for the community
Use Cases
Additionally to be able to subscribe to a channel, it would be nice to use
psubscribeto 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.pchannelThe used Redis library supports
psubscribeaccording to this: https://docs.rs/redis/0.32.4/redis/struct.PubSub.htmlIt probably would also be possible to update the version of the Redis library to the latest (currently 1.0.5)
References
pattern channelsupport, but it hasn't been implemented.Version
0.53.x