Skip to main content

Module multi

Module multi 

Source
Expand description

Batch cache operations (Rails read_multi/write_multi/fetch_multi).

Functions§

fetch_multi
Read several keys, computing (and caching) any misses with render.
read_multi
Read several keys at once; only present keys appear in the result.
write_multi
Write several key/value pairs at once.