Skip to content

Conversation

KminekMatej
Copy link
Contributor

  • new feature
  • BC break? no
  • doc PR: TBD after discussion

This PR implements the functionality of Memcached::setMulti() and Memcached::deleteMulti() methods available in php memcached extension. Adds BulkWriter interface (along existing BulkReader), so in the future another storages can have their multiple save / delete implementations (Redis e.t.c.)

Storing multiple data using batch functions has significal performance impact on storing / removing proccess.

We used this implementation in our project, so I finally decided to share it with others

@dg dg force-pushed the master branch 2 times, most recently from 3982670 to d89af84 Compare December 5, 2023 21:32
@dg dg merged commit 40be743 into nette:master Mar 10, 2024
@dg
Copy link
Member

dg commented Mar 10, 2024

thanks

dg pushed a commit that referenced this pull request Mar 10, 2024
dg pushed a commit that referenced this pull request Mar 10, 2024
dg pushed a commit that referenced this pull request Mar 10, 2024
dg pushed a commit that referenced this pull request Mar 10, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants