From 414bbfce7f9807e9d2006d717bb7699bd7578baa Mon Sep 17 00:00:00 2001 From: Vlad Patrascu Date: Fri, 20 Nov 2020 15:50:41 +0200 Subject: [PATCH] cachedb_local: fix outdated docs for cache_remove_chunk MI cmd (cherry picked from commit 29db5674f0b811a59dbdbf69cd09121f6f481546) --- modules/cachedb_local/doc/cachedb_local_admin.xml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/modules/cachedb_local/doc/cachedb_local_admin.xml b/modules/cachedb_local/doc/cachedb_local_admin.xml index ea3b649e4ee..f2a743e87c6 100644 --- a/modules/cachedb_local/doc/cachedb_local_admin.xml +++ b/modules/cachedb_local/doc/cachedb_local_admin.xml @@ -287,22 +287,18 @@ modparam("cachedb_local", "cluster_persistency", "sync-from-cluster") Parameters : - collection(optional) - collection from which the keys shall - be removed; if no collection set, the default collection will be used; + glob - keys that match glob will be removed - glob - keys that match glob will be removed + collection(optional) - collection from which the keys shall + be removed; if no collection set, the default collection will be used; - MI FIFO Command Format: - :cache_remove_chunk:_reply_fifo_file_ - collection* - keyprefix* - _empty_line_ +opensips-cli -x mi cache_remove_chunk "keyprefix*" collection