Add support for getMultiple(), setMultiple(), deleteMultiple(), clear() and has() (inspired by PSR-16) by krlv · Pull Request #32 · reactphp/cache · GitHub
Skip to content

Add support for getMultiple(), setMultiple(), deleteMultiple(), clear() and has() (inspired by PSR-16)#32

Merged
clue merged 3 commits into
reactphp:masterfrom
krlv:psr-16_getMultiple_setMultiple
Jan 12, 2019
Merged

Add support for getMultiple(), setMultiple(), deleteMultiple(), clear() and has() (inspired by PSR-16)#32
clue merged 3 commits into
reactphp:masterfrom
krlv:psr-16_getMultiple_setMultiple

Conversation

@krlv

@krlv krlv commented Oct 26, 2018

Copy link
Copy Markdown
Contributor

Resolves #25

@krlv

krlv commented Oct 26, 2018

Copy link
Copy Markdown
Contributor Author

@WyriHaximus WyriHaximus added this to the v0.6.0 milestone Oct 26, 2018
@clue clue added the BC break label Oct 29, 2018

@clue clue left a comment

Copy link
Copy Markdown
Member

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?

@krlv

krlv commented Oct 29, 2018

Copy link
Copy Markdown
Contributor Author

@clue I was thinking about adding deleteMultiple() and clear() methods to this PR as well, if you're OK with this approach for xxxMultiple methods

@krlv

krlv commented Oct 30, 2018

Copy link
Copy Markdown
Contributor Author

Added following PSR-16 methods:

  • deleteMultiple
  • clear
  • has (not sure if it's really required, added just to be more PSR-16 compliant)

Comment thread README.md Outdated
@krlv

krlv commented Dec 5, 2018

Copy link
Copy Markdown
Contributor Author

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!

@jsor

jsor commented Dec 5, 2018

Copy link
Copy Markdown
Member

Thanks for the reminder 👍

@WyriHaximus WyriHaximus left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@clue clue changed the title Add PSR-16 methods support: getMultiple and setMultiple Add support for getMultiple(), setMultiple(), deleteMultiple(), clear() and has() (inspired by PSR-16) Jan 11, 2019
@clue

clue commented Jan 12, 2019

Copy link
Copy Markdown
Member

@clue clue merged commit 8012204 into reactphp:master Jan 12, 2019
@krlv krlv deleted the psr-16_getMultiple_setMultiple branch January 13, 2019 05:26
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.

4 participants