hyperswitch icon indicating copy to clipboard operation
hyperswitch copied to clipboard

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

Open Chethan-rao opened this issue 8 months ago • 0 comments

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.

Chethan-rao avatar Jun 22 '24 16:06 Chethan-rao