Skip to content

Commit

Permalink
trouble: redis cache
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Mar 18, 2024
1 parent 41f8944 commit 434e97a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Troubleshooting 🔥

## `Failed to connect to Redis: unknown command 'CLIENT', with args beginning with: 'TRACKING'`

Some managed Redis (e.g., Google Cloud) providers block many Redis commands, including [client-side server tracking](https://redis.io/commands/client-tracking/), which is enabled in AnyCable by default. If you experience this issue, set the `--redis_disable_cache` flag (or `ANYCABLE_REDIS_DISABLE_CACHE=true`).

## `ActionCable.server.broadcast` doesn't send messages

The most common problem is using different Redis channels within RPC instance and `anycable-go`. Find the following line in the logs:
Expand Down

0 comments on commit 434e97a

Please sign in to comment.