search for: js_shared_dict_zon

Displaying 1 result from an estimated 1 matches for "js_shared_dict_zon".

Did you mean: js_shared_dict_zone
2023 Jul 06
0
njs-0.8.0
...- shared dictionaries: Shared dictionary keeps the key-value pairs shared between worker processes. This allows to cache data in memory and share it between workers. : example.conf: : # Creates a 1Mb dictionary with string values, : # removes key-value pairs after 60 seconds of inactivity: : js_shared_dict_zone zone=foo:1M timeout=60s; : : # Creates a 512Kb dictionary with string values, : # forcibly removes oldest key-value pairs when the zone is overflowed: : js_shared_dict_zone zone=bar:512K timeout=30s evict; : : # Creates a 32Kb permanent dictionary with numeric values: : js_shared_dict_zo...