Skip to content

Comments

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

Merged
Xuanwo merged 3 commits intomainfrom
reactor-redis
Mar 11, 2025
Merged

refactor(services/redis): Implement ConnectionLike for RedisConnection#5748
Xuanwo merged 3 commits intomainfrom
reactor-redis

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