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

Implementation of Nette/Caching/BulkReader #97

Open
martinsifra opened this issue Mar 21, 2020 · 0 comments
Open

Implementation of Nette/Caching/BulkReader #97

martinsifra opened this issue Mar 21, 2020 · 0 comments

Comments

@martinsifra
Copy link

martinsifra commented Mar 21, 2020

At this moment, there is an implementation of Redis mget (get multiple keys via one command) with interface IMultiReadStorage. Latest version (2.5) of Nette\Caching has similar posibility in https://github.com/nette/caching/blob/master/src/Caching/BulkReader.php. The possibility has been there since v2.2.

This could improve reading from Redis and decrease an amount of get calls.

Some additional information why to use mget:

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

No branches or pull requests

1 participant