Skip to content

refactor(services/redis): Implement ConnectionLike for RedisConnection #5748

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

Merged
merged 3 commits into from
Mar 11, 2025

Conversation

Xuanwo
Copy link
Member

@Xuanwo Xuanwo commented Mar 11, 2025

Which issue does this PR close?

Part of #5739

Rationale for this change

I want to work on #5739, but I noticed that the redis service itself has several areas that need improvement first. In this PR, I will refactor those aspects before proceeding with the migration.

What changes are included in this PR?

We used to duplicate every commends which is not scale. I implement ConnectionLike for our RedisConnection so that we don't need to do this again.

Are there any user-facing changes?

No.

@github-actions github-actions bot added the releases-note/refactor The PR does a refactor on code or has a title that begins with "refactor" label Mar 11, 2025
@Xuanwo Xuanwo merged commit 3ab17e7 into main Mar 11, 2025
276 checks passed
@Xuanwo Xuanwo deleted the reactor-redis branch March 11, 2025 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
releases-note/refactor The PR does a refactor on code or has a title that begins with "refactor"
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants