Skip to main content

Module parallel

Module parallel 

Source
Expand description

Parallel batch operations for cache stores.

Structs§

ParallelCacheOps
Parallel batch operations for cache stores.

Constants§

DEFAULT_WARM_CONCURRENCY
Default cap on how many warm-up factories ParallelCacheOps::warm_cache runs at once.

Functions§

delete_many
Delete multiple keys in parallel.
get_many
Get multiple typed values in parallel.
get_many_as_map
Build a HashMap from multiple keys fetched in parallel.
get_many_json
Helper functions for parallel cache operations.
set_many
Set multiple typed values in parallel.
set_many_json
Set multiple JSON values in parallel.