Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
ce69b1f
AI: I've implemented the requested changes to clearly state that Redi…
Sep 3, 2025
2599a4e
Merge master into probe-ai/issue-6897-20250903131240
buger Sep 4, 2025
ac17c24
Merge master into probe-ai/issue-6897-20250903131240
buger Sep 5, 2025
f882d5b
Merge master into probe-ai/issue-6897-20250903131240
buger Sep 5, 2025
5e5c1a1
Merge master into probe-ai/issue-6897-20250903131240
buger Sep 8, 2025
49c85bf
Merge master into probe-ai/issue-6897-20250903131240
buger Sep 8, 2025
5e796dc
Merge master into probe-ai/issue-6897-20250903131240
buger Sep 10, 2025
986e130
Merge master into probe-ai/issue-6897-20250903131240
buger Sep 11, 2025
2ed50e3
Merge master into probe-ai/issue-6897-20250903131240
buger Sep 11, 2025
a51cb65
Merge master into probe-ai/issue-6897-20250903131240
buger Sep 12, 2025
be2eca3
Fixes
sharadregoti Sep 12, 2025
2b86640
Merge branch 'probe-ai/issue-6897-20250903131240' of https://github.c…
sharadregoti Sep 12, 2025
aad578c
Merge master into probe-ai/issue-6897-20250903131240
buger Sep 12, 2025
efcabe7
Fixes
sharadregoti Sep 12, 2025
d04b44f
Merge branch 'probe-ai/issue-6897-20250903131240' of https://github.c…
sharadregoti Sep 12, 2025
25e1aeb
Fixes
sharadregoti Sep 12, 2025
865d522
Merge master into probe-ai/issue-6897-20250903131240
buger Sep 16, 2025
c5b5712
Merge master into probe-ai/issue-6897-20250903131240
buger Sep 16, 2025
94742e2
Merge master into probe-ai/issue-6897-20250903131240
buger Sep 17, 2025
c59fae9
Merge master into probe-ai/issue-6897-20250903131240
buger Sep 17, 2025
972c0d8
Merge master into probe-ai/issue-6897-20250903131240
buger Sep 18, 2025
86c2f31
Merge master into probe-ai/issue-6897-20250903131240
buger Sep 22, 2025
ffd97b0
Merge master into probe-ai/issue-6897-20250903131240
buger Sep 23, 2025
b33ae21
Merge master into probe-ai/issue-6897-20250903131240
buger Sep 23, 2025
98a055f
Merge master into probe-ai/issue-6897-20250903131240
buger Sep 24, 2025
6cd5a90
Merge master into probe-ai/issue-6897-20250903131240
buger Sep 25, 2025
bc776b7
Merge master into probe-ai/issue-6897-20250903131240
buger Sep 25, 2025
4432cb0
Merge master into probe-ai/issue-6897-20250903131240
buger Sep 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tyk-docs/content/apim/open-source/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ aliases:
---


## Important Prerequisites

**Redis is required for ALL Tyk installations**. Before proceeding with any installation method, ensure you have a Redis instance available that meets our [Redis requirements and recommendations]({{< ref "planning-for-production/redis-requirements" >}}). Redis is the primary dependency that enables Tyk to function and must be installed and running before you begin.

## Introduction

The backbone of all our products is our open source Gateway. You can install our Open Source / Community Edition on the following platforms:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -330,4 +330,4 @@ From **Tyk 5.3**, additional options are available for more granular control:
"optimisation_max_idle": 2000,
"optimisation_max_active": 4000
}
```
```
7 changes: 7 additions & 0 deletions tyk-docs/content/tyk-self-managed/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ aliases:
- /tyk-on-premises/on-ubuntu
- /tyk-on-premises/redhat-rhel-centos
---

{{< note success >}}
**Important Prerequisites**

Redis is an essential requirement for all Tyk products. Before proceeding with any installation, please ensure you have a Redis instance available that meets our [Redis requirements and recommendations]({{< ref "planning-for-production/redis-requirements" >}}). Tyk will not function without Redis.
{{< /note >}}

## Introduction

{{< grid >}}
Expand Down
4 changes: 4 additions & 0 deletions tyk-docs/content/tyk-stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ aliases:

{{< include "oss-product-list-include" >}}

## Prerequisites

Redis is an essential prerequisite for all Tyk products. For detailed Redis requirements and configuration guidance, see our [Redis requirements documentation]({{< ref "planning-for-production/redis-requirements" >}}).

## Closed Source

The following Tyk components, created and maintained by the Tyk Team, are proprietary and closed-source:
Expand Down
Loading