From d015292c7e9be30eab2b0032a53a8ada0a226b3e Mon Sep 17 00:00:00 2001 From: Lulu Du Date: Fri, 10 Jan 2025 10:17:36 -0600 Subject: [PATCH] fix an issue for brpoplpush --- lib/redis/namespace.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/redis/namespace.rb b/lib/redis/namespace.rb index 6c44e21..3e9bc0e 100644 --- a/lib/redis/namespace.rb +++ b/lib/redis/namespace.rb @@ -61,7 +61,7 @@ class Namespace "bitpos" => [ :first ], "blpop" => [ :exclude_last, :first ], "brpop" => [ :exclude_last, :first ], - "brpoplpush" => [ :exclude_last ], + "brpoplpush" => [ :exclude_options ], "bzpopmin" => [ :first ], "bzpopmax" => [ :first ], "debug" => [ :exclude_first ],