Skip to content

Commit

Permalink
feat: decouple Redis from AnyCable
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Aug 13, 2024
1 parent b74e179 commit 1d6aab9
Show file tree
Hide file tree
Showing 12 changed files with 268 additions and 219 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ AllCops:

Style/ArgumentsForwarding:
Enabled: false

Style/GlobalVars:
Exclude:
- "spec/**/*.rb"
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

### Changed

- Redis subscriptions store configuration has been decoupled from AnyCable, so you can use any broadcasting adapter and configure Redis as you like. [@palkan] ()

## 1.2.0 - 2024-05-07

### Added
Expand Down
Loading

0 comments on commit 1d6aab9

Please sign in to comment.