Skip to content

Commit 29170c3

Browse files
Merge pull request #305167 from dlepow/patch-540471
[APIM] Fix link for Redis cache deployment in Kubernetes
2 parents 9e048ef + 3338718 commit 29170c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/api-management/api-management-howto-cache-external.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To complete this tutorial, you need to:
4848
4949
### Redis cache for Kubernetes
5050

51-
For an API Management self-hosted gateway, caching requires an external cache. For caching to be effective, a self-hosted gateway and the cache it relies on must be located close to each other to minimize lookup and store latencies. Deploying a Redis cache into the same Kubernetes cluster or in a separate cluster nearby are the best options. Learn how to [deploy Redis cache to a Kubernetes cluster](https://github.com/kubernetes/examples/tree/master/guestbook).
51+
For an API Management self-hosted gateway, caching requires an external cache. For caching to be effective, a self-hosted gateway and the cache it relies on must be located close to each other to minimize lookup and store latencies. Deploying a Redis cache into the same Kubernetes cluster or in a separate cluster nearby are the best options. Learn how to [deploy Redis cache to a Kubernetes cluster](https://kubernetes.io/docs/tutorials/configuration/configure-redis-using-configmap/).
5252

5353
## Add an external cache
5454

0 commit comments

Comments
 (0)