Skip to content
Merged
Changes from all commits
Commits
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
16 changes: 15 additions & 1 deletion src/_posts/databases/redis/2000-01-01-start.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Scalingo for Caching
nav: Introduction
modified_at: 2025-12-29 00:00:00
modified_at: 2025-12-30 00:00:00
tags: databases redis addon
index: 1
---
Expand Down Expand Up @@ -435,4 +435,18 @@ If your database has multiple nodes, the dump is done on the secondary node.

{% include encryption_at_rest.md %}

## Limitations

### HAProxy Connection Limitation

When using a Business plan, the HAProxy instances serving as entry points to your cluster have a default limit of **2,000 concurrent TCP connections**.

If this limit is reached, any new connection will be abruptly refused.

This can result in "Connection timed out" errors such as:

- _Redis::CannotConnectError : Connection timed out_

## Redis® Trademark Notice

*Redis® is a registered trademark of Redis® Ltd. Any rights therein are reserved to Redis® Ltd. Any use by Scalingo is for referential purposes only and does not indicate any sponsorship, endorsement or affiliation between Redis® and Scalingo.