Skip to content

Commit 025d1d8

Browse files
author
Oto Šťáva
committed
fixup! 'cache-clear' remade to 'cache/clear'
1 parent 934cf6d commit 025d1d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/config-cache.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ There are two specifics to purging cache records matching specified criteria:
5757

5858
* To reliably remove negative cache entries, you need to clear the subtree with the whole zone. E.g. to clear negative cache entries for the (formerly non-existent)
5959
record ``www.example.com. A``, you need to flush the whole subtree starting at the zone apex, e.g. `example.com.` [#]_
60-
* This operation is asynchronous and might not yet be finished when the call to the ``/cache-clear`` API endpoint returns.
60+
* This operation is asynchronous and might not yet be finished when the call to the ``/cache/clear`` API endpoint returns.
6161
The return value indicates if clearing continues asynchronously or not.
6262

6363
.. tip::
@@ -66,7 +66,7 @@ There are two specifics to purging cache records matching specified criteria:
6666

6767
.. code-block:: none
6868
69-
$ kresctl cache-clear example.com.
69+
$ kresctl cache clear example.com.
7070
7171
.. [#] This is a consequence of DNSSEC negative cache which relies on proofs of non-existence on various owner nodes. It is impossible to efficiently flush part of DNS zones signed with NSEC3.
7272

0 commit comments

Comments
 (0)