You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retrieving the value in the dictionary [ngx.shared.DICT](#ngxshareddict) for the key `key`. If the key does not exist or has expired, then `nil` will be returned.
6835
6835
6836
+
If flags is not `nil`, value will only be returned if flags do not match with shm.
6837
+
A 3rd return argument will indicate if flags matched.
6838
+
6836
6839
In case of errors, `nil` and a string describing the error will be returned.
6837
6840
6838
6841
The value returned will have the original data type when they were inserted into the dictionary, for example, Lua booleans, numbers, or strings.
@@ -6866,7 +6869,7 @@ See also [ngx.shared.DICT](#ngxshareddict).
Retrieving the value in the dictionary [[#ngx.shared.DICT|ngx.shared.DICT]] for the key <code>key</code>. If the key does not exist or has expired, then <code>nil</code> will be returned.
5786
5786
5787
+
If flags is not <code>nil</code>, value will only be returned if flags do not match with shm.
5788
+
A 3rd return argument will indicate if flags matched.
5789
+
5787
5790
In case of errors, <code>nil</code> and a string describing the error will be returned.
5788
5791
5789
5792
The value returned will have the original data type when they were inserted into the dictionary, for example, Lua booleans, numbers, or strings.
@@ -5812,7 +5815,7 @@ See also [[#ngx.shared.DICT|ngx.shared.DICT]].
0 commit comments