Skip to content

Commit 702ab38

Browse files
authored
docs(aws-elasticache): fix typo (#3162)
1 parent a6eb72b commit 702ab38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/gitbook/guide/redis-tm-hosting/aws-elasticache.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Here are some points to consider when using Elasticache with BullMQ within AWS:
88
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. 
99
3.
1010
<figure><img src="../../.gitbook/assets/image.png" alt=""><figcaption></figcaption></figure>
11-
4. You will need to specify a VPC and an Inboud rule. Most likely just a custom TCP with port range 6379 and some suitable source (anywhere works well for testing and in some simpler cases), remember that the cluster will not be accessible outside from AWS in any case.
11+
4. You will need to specify a VPC and an Inbound rule. Most likely just a custom TCP with port range 6379 and some suitable source (anywhere works well for testing and in some simpler cases), remember that the cluster will not be accessible outside from AWS in any case.
1212
5. Attach the security group to your Elasticache cluster and to the services that need to access it.
13-
6. Make sure that you are using maxmemory-policy: noeviction in your Redis parameters. As you cannot modify any default parameter group you will need to create a new one.
13+
6. Make sure that you are using maxmemory-policy: noeviction in your Redis parameters. As you cannot modify any default parameter group you will need to create a new one.
1414

1515
1. Go to Elasticache > Parameter Groups and click on Create.
1616
2. Fill name, description, and Family, at the time of writing redis7 is the newest and the recommended one.

0 commit comments

Comments
 (0)