-
Notifications
You must be signed in to change notification settings - Fork 70
Implementation of Nette/Caching/BulkReader #97
Copy link
Copy link
Open
Description
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:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels