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 ],