Skip to content

Commit

Permalink
Fix bad exclusion of messagebus configuration option in redis connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Intrepidd committed Aug 10, 2023
1 parent 7c7ecee commit bcfacb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FUTURE

- FIX: Use lowercase header names in `MessageBus::Rack::Middleware` for compatibility with Rack 3.x.
- 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.

13-01-2023

Expand Down
2 changes: 1 addition & 1 deletion lib/message_bus/backends/redis.rb
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def new_redis_connection
:base_route,
:client_message_filters,
:site_id_lookup,
:group_id_lookup,
:group_ids_lookup,
:user_id_lookup,
:transport_codec
].include?(k)
Expand Down

0 comments on commit bcfacb6

Please sign in to comment.