Skip to content

Conversation

alex-pex
Copy link

@alex-pex alex-pex commented Sep 3, 2025

Hello!

We have made a patch on our server to reduce the number of opened pub/sub channels on Redis, without any apparent drawback.

Currently, redis adapter creates both a "global" response channel and a "specific" response channel. Based on the option "publishOnSpecificResponseChannel" it choses which one to use, but it always create both.

With our patch, it choses the responseChannel name ahead of time and only creates what is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant