Skip to content

Commit bcfacb6

Browse files
committed
Fix bad exclusion of messagebus configuration option in redis connection
1 parent 7c7ecee commit bcfacb6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FUTURE
22

33
- FIX: Use lowercase header names in `MessageBus::Rack::Middleware` for compatibility with Rack 3.x.
4+
- FIX: Typo in `group_ids_lookup` option name in Redis params exclusion list that was preventing the use of the redis backend along with this option.
45

56
13-01-2023
67

lib/message_bus/backends/redis.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def new_redis_connection
363363
:base_route,
364364
:client_message_filters,
365365
:site_id_lookup,
366-
:group_id_lookup,
366+
:group_ids_lookup,
367367
:user_id_lookup,
368368
:transport_codec
369369
].include?(k)

0 commit comments

Comments
 (0)