https://github.com/anycable/action-cable-redis-backport
https://github.com/anycable/action-cable-redis-backport
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anycable/action-cable-redis-backport
- Owner: anycable
- License: mit
- Created: 2022-12-01T19:28:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T18:45:09.000Z (over 2 years ago)
- Last Synced: 2025-08-25T11:03:41.991Z (10 months ago)
- Language: Ruby
- Size: 29.3 KB
- Stars: 8
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://rubygems.org/gems/action-cable-redis-backport)
# Action Cable 7.1 Redis pub/sub backport
This gem backport Redis adapter with connection failure recovery support from Rails 7.1: [https://github.com/rails/rails/pull/46562](https://github.com/rails/rails/pull/46562).
Works with Rails 5+.

## Usage
Install the gem:
```ruby
# Gemfile
gem "action-cable-redis-backport"
```
That's it!