Skip to content

Commit

Permalink
docs: --redis_disable_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Mar 18, 2024
1 parent 2f7d108 commit 0c18fab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ Redis URL to connect to (default: `"redis://localhost:6379/5"`). Used by the cor

Redis channel for broadcasting (default: `"__anycable__"`). When using the `redisx` adapter, it's used as a name of the Redis stream.

**--redis_disable_cache** (`ANYCABLE_REDIS_DISABLE_CACHE`)

Disable [`CLIENT TRACKING`](https://redis.io/commands/client-tracking/) (it could be blocked by some managed Redis providers).

## NATS configuration

**--nats_servers** (`ANYCABLE_NATS_SERVERS`)
Expand Down

0 comments on commit 0c18fab

Please sign in to comment.