Skip to content

Commit

Permalink
cachedb_local: fix outdated docs for cache_remove_chunk MI cmd
Browse files Browse the repository at this point in the history
(cherry picked from commit 29db567)
  • Loading branch information
rvlad-patrascu committed Nov 20, 2020
1 parent 1dbea20 commit baa6a60
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions modules/cachedb_local/doc/cachedb_local_admin.xml
Expand Up @@ -287,22 +287,18 @@ modparam("cachedb_local", "cluster_persistency", "sync-from-cluster")
<para>Parameters :</para>
<itemizedlist>
<listitem><para>
<emphasis>collection(optional)</emphasis> - collection from which the keys shall
be removed; if no collection set, the default collection will be used;
<emphasis>glob</emphasis> - keys that match glob will be removed
</para></listitem>
<listitem><para>
<emphasis>glob</emphasis> - keys that match glob will be removed
<emphasis>collection(optional)</emphasis> - collection from which the keys shall
be removed; if no collection set, the default collection will be used;
</para></listitem>
</itemizedlist>

<para>
MI FIFO Command Format:
</para>
<programlisting format="linespecific">
:cache_remove_chunk:_reply_fifo_file_
collection*
keyprefix*
_empty_line_
opensips-cli -x mi cache_remove_chunk "keyprefix*" collection
</programlisting>
</section>
</section>
Expand Down

0 comments on commit baa6a60

Please sign in to comment.