Add missing require in redis-info

This commit is contained in:
dmiller 2014-01-31 17:36:02 +00:00
parent 078aa688c9
commit bcf991c128

View file

@ -4,6 +4,7 @@ local nmap = require "nmap"
local shortport = require "shortport"
local stdnse = require "stdnse"
local tab = require "tab"
local table = require "table"
description = [[
Retrieves information (such as version number and architecture) from a Redis key-value store.