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 e28a17c commit a51eea7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
FUTURE

- 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.

28-06-2023

- Version 4.3.7
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 @@ -364,7 +364,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 a51eea7

Please sign in to comment.