File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5189,10 +5189,11 @@ The resulting object `dict` has the following methods:
5189
5189
* [ add] ( #ngxshareddictadd )
5190
5190
* [ safe_add] ( #ngxshareddictsafe_add )
5191
5191
* [ replace] ( #ngxshareddictreplace )
5192
- * [ incr] ( #ngxshareddictincr )
5193
5192
* [ delete] ( #ngxshareddictdelete )
5193
+ * [ incr] ( #ngxshareddictincr )
5194
5194
* [ flush_all] ( #ngxshareddictflush_all )
5195
5195
* [ flush_expired] ( #ngxshareddictflush_expired )
5196
+ * [ get_keys] ( #ngxshareddictget_keys )
5196
5197
5197
5198
Here is an example:
5198
5199
Original file line number Diff line number Diff line change @@ -4336,10 +4336,11 @@ The resulting object <code>dict</code> has the following methods:
4336
4336
* [[#ngx.shared.DICT.add |add ]]
4337
4337
* [[#ngx.shared.DICT.safe_add |safe_add ]]
4338
4338
* [[#ngx.shared.DICT.replace |replace ]]
4339
- * [[#ngx.shared.DICT.incr |incr ]]
4340
4339
* [[#ngx.shared.DICT.delete |delete ]]
4340
+ * [[#ngx.shared.DICT.incr |incr ]]
4341
4341
* [[#ngx.shared.DICT.flush_all |flush_all ]]
4342
4342
* [[#ngx.shared.DICT.flush_expired |flush_expired ]]
4343
+ * [[#ngx.shared.DICT.get_keys |get_keys ]]
4343
4344
4344
4345
Here is an example:
4345
4346
You can’t perform that action at this time.
0 commit comments