redis 获取 lua 版本

在终端下输入

redis-cli eval "return _VERSION" 0

输出

"Lua 5.1"

在redis-cli下输入

eval "return _VERSION" 0

输出

"Lua 5.1"