This commit is contained in:
Luca Deri 2023-04-27 17:42:02 +02:00
parent d5d7c9151a
commit ae927c7596

View file

@ -40,7 +40,7 @@ function prefs_dump_utils.build_prefs_dump_table()
for _, pattern in pairs(patterns) do
-- ntop.getKeysCache returns all the redis keys
-- matching the given patter and SKIPS the in-memory
-- matching the given pattern and SKIPS the in-memory
-- cache implemented in class Redis.
local keys = ntop.getKeysCache(pattern)