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

A new User property has been added to the RedisConf object. #4559

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

xujb977644703
Copy link
Contributor

Since Redis version 6.0, Redis has introduced access control based on username and password. Therefore, a new User configuration item has been added to the cache module.

Copy link

codecov bot commented Jan 12, 2025

Codecov Report

Attention: Patch coverage is 0% with 10 lines in your changes missing coverage. Please review.

Project coverage is 94.51%. Comparing base (8690859) to head (1e63f91).
Report is 229 commits behind head on master.

Files with missing lines Patch % Lines
core/stores/redis/redis.go 0.00% 6 Missing and 1 partial ⚠️
core/stores/redis/conf.go 0.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
core/stores/redis/conf.go 90.32% <0.00%> (-9.68%) ⬇️
core/stores/redis/redis.go 99.26% <0.00%> (-0.51%) ⬇️

... and 8 files with indirect coverage changes

… username and password. Therefore, a new User configuration item has been added to the cache module.
@kevwan kevwan merged commit 37b54d1 into zeromicro:master Jan 22, 2025
5 of 6 checks passed
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.

2 participants