juspay / hyperswitch

An open source payments switch written in Rust to make payments fast, reliable and affordable
https://hyperswitch.io/
Apache License 2.0
11.07k stars 1.19k forks source link

[REFACTOR] allow publish method of redis to accept list of keys #5084

Open Chethan-rao opened 2 weeks ago

Chethan-rao commented 2 weeks ago

Currently, publish method of redis takes in only one key to publish to a channel. Instead it should take in a list of keys to be published as this will restrict calling the publish method only once rather than calling it once for every key.