From d5e2d52ed3b0d934ca77fdb19f2afaecfe995638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8C=B6=E6=B8=85=E6=AC=A2?= Date: Mon, 26 Jan 2026 11:43:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0redis=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=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 53d66e7..17b61a2 100644 --- a/redis.go +++ b/redis.go @@ -36,6 +36,8 @@ const ( RedisCommandLpop RedisCmd = "LPOP" RedisCommandRpush RedisCmd = "RPUSH" RedisCommandRpop RedisCmd = "RPOP" + RedisCommandBrpop RedisCmd = "BRPOP" + RedisCommandBlpop RedisCmd = "BLPOP" RedisCommandSadd RedisCmd = "SADD" RedisCommandSunionstore RedisCmd = "SUNIONSTORE" RedisCommandZadd RedisCmd = "ZADD"