Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for statefiles to js_shared_dict_zone. #709

Open
jo-carter opened this issue Apr 25, 2024 · 0 comments
Open

Add support for statefiles to js_shared_dict_zone. #709

jo-carter opened this issue Apr 25, 2024 · 0 comments

Comments

@jo-carter
Copy link

For persistently storing the state of the shared dictionary across stop & starts of nginx, and to support loading a pre-defined set of key-value pairs into a shared dictionary without hacks.

There are certain cases where nginx must be stopped & started to make configuration changes, such as when adjusting the limit_req_zone's key. This feature would preserve shared_dictionary's values in those cases.

This would work in a similar fashion to NGINX Plus's Keyval Zone.

@jo-carter jo-carter changed the title js_shared_dict_zone statefile support. Add support for statefiles to js_shared_dict_zone. Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants