An open API service indexing awesome lists of open source software.

https://github.com/anycable/action-cable-redis-backport


https://github.com/anycable/action-cable-redis-backport

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

[![Gem Version](https://badge.fury.io/rb/action-cable-redis-backport.svg)](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+.


Sponsored by Fly.io

## Usage

Install the gem:

```ruby
# Gemfile
gem "action-cable-redis-backport"
```

That's it!