Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Chethan-rao opened this issue Jun 22, 2024 · 0 comments · May be fixed by #5085
Open

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

Chethan-rao opened this issue Jun 22, 2024 · 0 comments · May be fixed by #5085
Assignees
Labels
C-refactor Category: Refactor

Comments

@Chethan-rao
Copy link
Contributor

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 Chethan-rao added the C-refactor Category: Refactor label Jun 22, 2024
@Chethan-rao Chethan-rao added this to the June 2024 Release milestone Jun 22, 2024
@Chethan-rao Chethan-rao self-assigned this Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-refactor Category: Refactor
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants