Skip to content

Commit

Permalink
docs(rate-limiting-advanced) disallow cluster strategy in DB-less or … (
Browse files Browse the repository at this point in the history
#4309)

docs(rate-limiting-advanced) disallow cluster strategy in DB-less or hybrid mode
  • Loading branch information
outsinre authored Aug 24, 2022
1 parent 6a4291a commit 58ebd8f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/_hub/kong-inc/rate-limiting-advanced/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,10 @@ params:
- `local`: Counters are stored locally in-memory on the node (same effect
as setting `sync_rate` to `-1`).
In DB-less and hybrid modes, the `cluster` config strategy is not
supported.
In DB-less and hybrid modes, the `cluster` config strategy
is not supported. From `3.0.0.0` onwards, Kong disallows
the plugin enablement if `cluster` strategy is set with DB-less
or hybrid mode.
In Konnect Cloud, the default strategy is `redis`.
Expand Down

0 comments on commit 58ebd8f

Please sign in to comment.