diff options
author | Tim van Dijen <tvdijen@gmail.com> | 2016-10-31 14:02:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-31 14:02:50 +0100 |
commit | 98cbce8f8e57b8ce36e9d30b723aea1fa12da0cc (patch) | |
tree | 679f0391e1c2ee364de21b6500e64f5557c35301 | |
parent | 674028a7939d67135c22e0a8c6f97c3681fa947c (diff) | |
download | simplesamlphp-98cbce8f8e57b8ce36e9d30b723aea1fa12da0cc.zip simplesamlphp-98cbce8f8e57b8ce36e9d30b723aea1fa12da0cc.tar.gz simplesamlphp-98cbce8f8e57b8ce36e9d30b723aea1fa12da0cc.tar.bz2 |
Add missing definition for FLUSH-command
-rw-r--r-- | modules/memcacheMonitor/dictionaries/memcachestat.definition.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/memcacheMonitor/dictionaries/memcachestat.definition.json b/modules/memcacheMonitor/dictionaries/memcachestat.definition.json index 5b29d83..be91871 100644 --- a/modules/memcacheMonitor/dictionaries/memcachestat.definition.json +++ b/modules/memcacheMonitor/dictionaries/memcachestat.definition.json @@ -41,6 +41,9 @@ "cmd_set": { "en": "Total SET commands" }, + "cmd_flush": { + "en": "Total FLUSH commands" + }, "get_hits": { "en": "Total GET commands (success)" }, |