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

Remove dead code (unreferenced client) in src/main/java/redis/clients/jedis/JedisPubSubBase module. #3722

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

50-Course
Copy link

There is a commented code meant to initially invalidate client connection when the Connection is no longer listening.
However, it is currently being bypassed, and does not actually reference anything in the JVM.

This patch aims to remove it - therefore, and as such does not introduces breaking change to the actual module.

…e` module.

There is a commented code that invalidates a client connection when the Connection is no longer listening.

This patch aims to remove it
50-Course

This comment was marked as off-topic.

@50-Course 50-Course changed the title Remove dead code in src/main/java/redis/clients/jedis/JedisPubSubBase module. Remove dead code (unreferenced client) in src/main/java/redis/clients/jedis/JedisPubSubBase module. Feb 15, 2024
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.

None yet

1 participant