diff options
Diffstat (limited to 'databases/rubygem-solid_cable/pkg-descr')
-rw-r--r-- | databases/rubygem-solid_cable/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/rubygem-solid_cable/pkg-descr b/databases/rubygem-solid_cable/pkg-descr new file mode 100644 index 000000000000..9fd6d1664a8d --- /dev/null +++ b/databases/rubygem-solid_cable/pkg-descr @@ -0,0 +1,6 @@ +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. |