hyperswitch
hyperswitch copied to clipboard
[REFACTOR] allow publish method of redis to accept list of keys
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.