From 1d415ef93caca085d7f03fa9691d0733c1b1752e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8C=B6=E6=B8=85=E6=AC=A2?= Date: Wed, 9 Oct 2024 18:13:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0redis=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E6=9E=9A=E4=B8=BE=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- redis.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/redis.go b/redis.go index 67d99e1..3647895 100644 --- a/redis.go +++ b/redis.go @@ -8,6 +8,8 @@ package consts const ( + RedisCommandExists = "EXISTS" + RedisCommandTTL = "TTL" RedisCommandSet = "SET" RedisCommandDel = "DEL" RedisCommandGet = "GET"