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 redis cache #4081

Merged
merged 1 commit into from Oct 3, 2023
Merged

Conversation

liubin
Copy link
Contributor

@liubin liubin commented Sep 28, 2023

This commit removes some conn parameters of private functions, which can be obtain from the struct itself. The conn is for the old redisgo library, which is replaced by go-redis in #4019.

This commit removes some `conn` parameters of private functions, which can
be obtain from the struct itself. The `conn` is for the old `redisgo` library,
which is replaced by `go-redis` in distribution#4019.

Signed-off-by: bin liu <liubin0329@gmail.com>
Copy link
Member

@milosgajdos milosgajdos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, this is a nice catch. Thanks for noticing and addressing this - I totally missed it when I was switching us over to go-redis

@milosgajdos milosgajdos merged commit ed84231 into distribution:main Oct 3, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants