mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Update man pages.
This commit is contained in:
parent
a72177e73c
commit
dd6200065f
3 changed files with 15 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
8 September 2025: Yorgos
|
8 September 2025: Yorgos
|
||||||
- Update documentation for using "SET ... EX" in Redis.
|
- Update documentation for using "SET ... EX" in Redis.
|
||||||
- Document max buffer sizes for Redis commands.
|
- Document max buffer sizes for Redis commands.
|
||||||
|
- Update man pages.
|
||||||
|
|
||||||
3 September 2025: Wouter
|
3 September 2025: Wouter
|
||||||
- For #1328: make depend.
|
- For #1328: make depend.
|
||||||
|
|
|
||||||
|
|
@ -400,6 +400,19 @@ Not supported in remote Unbounds in multi\-process operation.
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
.INDENT 0.0
|
.INDENT 0.0
|
||||||
.TP
|
.TP
|
||||||
|
.B cache_lookup [\fB+t\fP] \fInames\fP
|
||||||
|
Print to stdout the RRsets and messages that are in the cache.
|
||||||
|
For every name listed the content at or under the name is printed.
|
||||||
|
Several names separated by spaces can be given, each is printed.
|
||||||
|
When subnetcache is enabled, also matching entries from the subnet
|
||||||
|
cache are printed.
|
||||||
|
.sp
|
||||||
|
The \fB+t\fP option allows tld and root names.
|
||||||
|
With it names like \(aqcom\(aq and \(aq.\(aq can be used, but it takes a lot of
|
||||||
|
effort to look up in the cache.
|
||||||
|
.UNINDENT
|
||||||
|
.INDENT 0.0
|
||||||
|
.TP
|
||||||
.B lookup \fIname\fP
|
.B lookup \fIname\fP
|
||||||
Print to stdout the name servers that would be used to look up the name
|
Print to stdout the name servers that would be used to look up the name
|
||||||
specified.
|
specified.
|
||||||
|
|
|
||||||
|
|
@ -5146,7 +5146,7 @@ internally reverted to \(dqno\(dq.
|
||||||
\fBNOTE:\fP
|
\fBNOTE:\fP
|
||||||
.INDENT 7.0
|
.INDENT 7.0
|
||||||
.INDENT 3.5
|
.INDENT 3.5
|
||||||
Redis SETEX support is required for this option (Redis >= 2.0.0).
|
Redis \(dqSET ... EX\(dq support is required for this option (Redis >= 2.6.12).
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
.sp
|
.sp
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue