From 99e8e326835e5f7320e8886c919cfbfa122b983b Mon Sep 17 00:00:00 2001 From: AnJia Date: Wed, 15 Dec 2021 08:57:53 +0800 Subject: [PATCH] Update redis-util.lua --- lib/resty/redis-util.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/resty/redis-util.lua b/lib/resty/redis-util.lua index 6266102..bdbe705 100644 --- a/lib/resty/redis-util.lua +++ b/lib/resty/redis-util.lua @@ -9,7 +9,7 @@ end local _M = new_tab(0, 54) -_M._VERSION = '0.06' +_M._VERSION = '0.07' local mt = {__index = _M}