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 mget(), mset(), mdel() to multiCache #367

Merged
merged 1 commit into from Mar 21, 2023

Conversation

deyhle
Copy link
Contributor

@deyhle deyhle commented Feb 22, 2023

Fix for #361. (clone of #366 but with a clean commit)

The implementation is similar to the functionality that existed in previous versions and is missing in v5. However, mset takes the same array-style arguments as the single-store version in v5 (as opposed to the pre-v5-style with key, value pair argument list).

Copy link
Contributor

@zzau13 zzau13 left a comment

Choose a reason for hiding this comment

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

LGTM, but the branch is outdate

@zzau13 zzau13 merged commit 4cc3972 into jaredwray:master Mar 21, 2023
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