Skip to content

Commit

Permalink
cache -> cable
Browse files Browse the repository at this point in the history
  • Loading branch information
npezza93 committed Sep 11, 2024
1 parent 7c2139d commit 9776fc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Solid Cable

Solid Cache is a database-backed Action Cable adapter that keeps messages in a table and continously polls for updates. This makes it possible to drop the common dependency on Redis, if it isn't needed for any other purpose. Despite polling, the performance of Solid Cable is comparable to Redis in most situations. And in all circumstances, it makes it easier to deploy Rails when Redis is no longer a required dependency for Action Cable functionality.
Solid Cable is a database-backed Action Cable adapter that keeps messages in a table and continously polls for updates. This makes it possible to drop the common dependency on Redis, if it isn't needed for any other purpose. Despite polling, the performance of Solid Cable is comparable to Redis in most situations. And in all circumstances, it makes it easier to deploy Rails when Redis is no longer a required dependency for Action Cable functionality.


## Installation
Expand Down Expand Up @@ -47,7 +47,7 @@ Then run `db:prepare` in production to ensure the database is created and the sc

## Configuration

All configuration is managed via the `config/cable.yml` file. By default, it'll be configured like this:
All configuration is managed via the `config/cable.yml` file. By default, it'll be configured like this:

```yaml
production:
Expand Down

0 comments on commit 9776fc7

Please sign in to comment.