Skip to content

Commit 45cb4fe

Browse files
committed
doc: added missing method name "get_keys" under "ngx.shared.DICT" and also fixed the method order. thanks George Bashi for the patch in #404.
1 parent e7d89c0 commit 45cb4fe

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5189,10 +5189,11 @@ The resulting object `dict` has the following methods:
51895189
* [add](#ngxshareddictadd)
51905190
* [safe_add](#ngxshareddictsafe_add)
51915191
* [replace](#ngxshareddictreplace)
5192-
* [incr](#ngxshareddictincr)
51935192
* [delete](#ngxshareddictdelete)
5193+
* [incr](#ngxshareddictincr)
51945194
* [flush_all](#ngxshareddictflush_all)
51955195
* [flush_expired](#ngxshareddictflush_expired)
5196+
* [get_keys](#ngxshareddictget_keys)
51965197

51975198
Here is an example:
51985199

doc/HttpLuaModule.wiki

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4336,10 +4336,11 @@ The resulting object <code>dict</code> has the following methods:
43364336
* [[#ngx.shared.DICT.add|add]]
43374337
* [[#ngx.shared.DICT.safe_add|safe_add]]
43384338
* [[#ngx.shared.DICT.replace|replace]]
4339-
* [[#ngx.shared.DICT.incr|incr]]
43404339
* [[#ngx.shared.DICT.delete|delete]]
4340+
* [[#ngx.shared.DICT.incr|incr]]
43414341
* [[#ngx.shared.DICT.flush_all|flush_all]]
43424342
* [[#ngx.shared.DICT.flush_expired|flush_expired]]
4343+
* [[#ngx.shared.DICT.get_keys|get_keys]]
43434344
43444345
Here is an example:
43454346

0 commit comments

Comments
 (0)