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

feat:add redis mset func #3820

Merged
merged 2 commits into from
Mar 2, 2024

Conversation

codeErrorSleep
Copy link
Contributor

The current go-zero Redis library lacks an implementation for the Redis MSET method, and it would be beneficial to add this. Implementing the Redis MSET method will facilitate batch insertion into Redis in the future, reducing network IO.

Copy link

codecov bot commented Dec 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.56%. Comparing base (4e3f177) to head (c6d532f).

Additional details and impacted files
Files Coverage Δ
core/stores/redis/redis.go 98.33% <100.00%> (+0.01%) ⬆️

... and 1 file with indirect coverage changes

@kevwan kevwan added this pull request to the merge queue Mar 2, 2024
Merged via the queue into zeromicro:master with commit 9763c8b Mar 2, 2024
6 checks passed
@codeErrorSleep codeErrorSleep deleted the feature/redis-add-mset branch March 5, 2024 07:36
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

2 participants