Module: kamailio
Branch: master
Commit: 870de70cb574ab0b0b902529fdcd469c95af80d2
URL:
https://github.com/kamailio/kamailio/commit/870de70cb574ab0b0b902529fdcd469…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2019-01-31T20:01:34+01:00
modules: readme files regenerated - htable ... [skip ci]
---
Modified: src/modules/htable/README
---
Diff:
https://github.com/kamailio/kamailio/commit/870de70cb574ab0b0b902529fdcd469…
Patch:
https://github.com/kamailio/kamailio/commit/870de70cb574ab0b0b902529fdcd469…
---
diff --git a/src/modules/htable/README b/src/modules/htable/README
index c003e524b2..cb9a9e761a 100644
--- a/src/modules/htable/README
+++ b/src/modules/htable/README
@@ -82,8 +82,9 @@ Ovidiu Sas
6.4. htable.seti htable key value
6.5. htable.dump htable
6.6. htable.reload htable
- 6.7. htable.listTables
- 6.8. htable.stats
+ 6.7. htable.flush htable
+ 6.8. htable.listTables
+ 6.9. htable.stats
7. Event routes
@@ -182,8 +183,9 @@ Chapter 1. Admin Guide
6.4. htable.seti htable key value
6.5. htable.dump htable
6.6. htable.reload htable
- 6.7. htable.listTables
- 6.8. htable.stats
+ 6.7. htable.flush htable
+ 6.8. htable.listTables
+ 6.9. htable.stats
7. Event routes
@@ -960,8 +962,9 @@ if(sht_has_str_value("ha", "eq",
"alice")) {
6.4. htable.seti htable key value
6.5. htable.dump htable
6.6. htable.reload htable
- 6.7. htable.listTables
- 6.8. htable.stats
+ 6.7. htable.flush htable
+ 6.8. htable.listTables
+ 6.9. htable.stats
6.1. htable.get htable key
@@ -1069,7 +1072,21 @@ kamcmd htable.dump ipban
kamcmd htable.reload ipban
...
-6.7. htable.listTables
+6.7. htable.flush htable
+
+ Empty the hash table
+
+ Name: htable.flush
+
+ Parameters:
+ * htable : Name of the hash table to flush
+
+ Example:
+...
+kamcmd htable.flush ipban
+...
+
+6.8. htable.listTables
Lists all defined tables
@@ -1083,7 +1100,7 @@ kamcmd htable.reload ipban
kamcmd htable.listTables
...
-6.8. htable.stats
+6.9. htable.stats
Get statistics for hash tables - name, number of slots, number of
items, max number of items per slot, min number of items per slot.