Skip to content

Commit

Permalink
Merge pull request #44 from anycable/feat/decouple-redis
Browse files Browse the repository at this point in the history
Decouple Redis from AnyCable
  • Loading branch information
palkan authored Aug 13, 2024
2 parents b74e179 + 835a31f commit 755ada5
Show file tree
Hide file tree
Showing 12 changed files with 271 additions and 217 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] ([#44](https://github.com/anycable/graphql-anycable/pull/44))

## 1.2.0 - 2024-05-07

### Added
Expand Down
Loading

0 comments on commit 755ada5

Please sign in to comment.