From 2436c09a38890dc58dc5c4189bc1cffe98249bef Mon Sep 17 00:00:00 2001 From: Lennard Behrens Date: Tue, 12 Mar 2024 15:17:35 +0100 Subject: [PATCH] docs: fix typo in elasticache section (#2471) --- docs/gitbook/guide/redis-tm-hosting/aws-elasticache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitbook/guide/redis-tm-hosting/aws-elasticache.md b/docs/gitbook/guide/redis-tm-hosting/aws-elasticache.md index 45eb12f49f..f9efbfc71e 100644 --- a/docs/gitbook/guide/redis-tm-hosting/aws-elasticache.md +++ b/docs/gitbook/guide/redis-tm-hosting/aws-elasticache.md @@ -5,7 +5,7 @@ Elasticache is a managed caching service offered by Amazon Web Services (AWS), a Here are some points to consider when using Elasticache with BullMQ within AWS: 1. Use the standard cache-nodes setup (i.e. not the serverless version, as serverless for the moment uses an incompatible maxmemory-policy) -2. In order to access your Elasticache instance you will need to create a segurity group that allows the instance to be accessible to the services running BullMQ instances. +2. In order to access your Elasticache instance you will need to create a security group that allows the instance to be accessible to the services running BullMQ instances. 3.