Skip to content

Commit 0db4e8e

Browse files
Update cable adapter to use Redis
Change cable adapter from async to redis and add URL configuration.
1 parent f7e5f08 commit 0db4e8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/cable.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
development:
2-
adapter: async
2+
adapter: redis
3+
url: <%= ENV.fetch("REDIS_URL", "redis://localhost:6379/1") %>
34

45
test:
56
adapter: test

0 commit comments

Comments
 (0)