Implemented redis caching to reduce cache pressure (work in progress)

Rearranged menus
This commit is contained in:
Luca 2016-12-30 10:54:59 +01:00
parent d51c221ede
commit 2ba6b7e1bb
12 changed files with 312 additions and 115 deletions

View file

@ -1422,7 +1422,7 @@ function version2int(v)
end
function ntop_version_check()
_rsp = ntop.getCache("ntopng.version")
_rsp = ntop.getCache("ntopng.version", true)
if((_rsp == nil) or (_rsp == "")) then
_rsp = ntop.httpGet("http://www.ntop.org/ntopng.version", "", "", 10)