Commit eca0362
committed
Modules: added state file for the shared dictionary.
A new optional state parameter is added for js_shared_dict_zone
directive. state parameter specifies a file that keeps the current state
of the shared dict in the JSON format and makes it persistent
across nginx restarts.
This closes #709 feature request on Github.1 parent bc3b91c commit eca0362
File tree
7 files changed
+1534
-19
lines changed- nginx
- t
7 files changed
+1534
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7738 | 7738 | | |
7739 | 7739 | | |
7740 | 7740 | | |
| 7741 | + | |
| 7742 | + | |
| 7743 | + | |
| 7744 | + | |
7741 | 7745 | | |
7742 | 7746 | | |
7743 | 7747 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
| |||
440 | 438 | | |
441 | 439 | | |
442 | 440 | | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
443 | 444 | | |
0 commit comments