-
-
Notifications
You must be signed in to change notification settings - Fork 19
Add support for getMultiple(), setMultiple(), deleteMultiple(), clear() and has() (inspired by PSR-16) #32
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
Conversation
Tried to implement #25 the easiest way. Let me know if this approach looks good for you @WyriHaximus |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@krlv Thanks for working on this, I like the direction this is heading!
Does it make sense to add deleteMultiple() and clear() methods as part of this PR?
@clue I was thinking about adding |
Added following PSR-16 methods:
|
Just a kind reminder on this PR, guys 😏 I don't really want to be rude or rush you in any way; I know, we all have work to do. I really appreciate what you all guys doing for OSS and PHP community (and especially for Async PHP community!) ❤️ I just want to let you know, that if you have any suggestions or comments on this PR I will be happy to do them! |
Thanks for the reminder 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@krlv Thank you very much for this most excellent contribution and your high quality PR including tests and documentation! If only open source would always be that easy 😊 Thank you for your patience, now let's finally get this shipped! Also, keep it coming 👍 |
Resolves #25