Skip to content

Commit c407ac3

Browse files
committed
Fix capitalization
1 parent 77fd21d commit c407ac3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/develop/interact/search-and-query/best-practices/dev-to-prod-best-practices.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Title: Moving from Development to Production with Redis Query Engine
2+
Title: Move from Development to Production with Redis Query Engine
33
alwaysopen: false
44
categories:
55
- docs
@@ -72,11 +72,11 @@ RQE offers several configurable parameters that influence query results and perf
7272
- Minimize latency during testing by locating test clients in the same network as the Redis instance.
7373
- For Redis Cloud, ensure test machines are in a **VPC-peered environment** with the target Redis database.
7474

75-
## Sizing Requirements
75+
## Sizing requirements
7676

7777
Redis Search has resource requirements distinct from general caching use cases. Proper sizing ensures that the system can handle production workloads efficiently.
7878

79-
### Key Considerations:
79+
### Key considerations:
8080
1. CPU:
8181
- Adequate CPU resources are critical<!--, especially when using QPF-->.
8282
- Ensure CPUs are not over-subscribed with search threads and shard processes.
@@ -88,7 +88,7 @@ Redis Search has resource requirements distinct from general caching use cases.
8888
### Tools:
8989
- Use the [Redis Search Sizing Calculator](https://redis.io/redisearch-sizing-calculator/) to estimate resource requirements based on your dataset and workload.
9090

91-
## Demand Spikes
91+
## Demand spikes
9292

9393
Production environments must be sized for peak load scenarios to ensure performance remains acceptable under maximum stress.
9494

0 commit comments

Comments
 (0)