You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
The text was updated successfully, but these errors were encountered: