Skip to content

Commit db2edd4

Browse files
authored
RC: Pico billing unit (#1133)
1 parent 37e9815 commit db2edd4

File tree

2 files changed

+25
-7
lines changed

2 files changed

+25
-7
lines changed

content/embeds/rc-pro-use-cases-billing-units.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,17 @@ The Redis Billing Unit types associated with your Pro subscription depend on you
1515

1616
| Billing unit type | Capacity (Memory/Throughput) |
1717
|:------------|:----------|
18-
| Nano<sup>[1](#table-note-1)</sup> | 500MB / 500 ops/sec |
18+
| Pico | 100MB / 100 ops/sec |
19+
| Nano | 500MB / 500 ops/sec |
1920
| Micro | 1GB / 1K ops/sec |
2021
| High-throughput | 2.5GB / 25K ops/sec |
2122
| Small | 12.5GB / 12.5K ops/sec |
2223
| Large | 25GB / 25K ops/sec |
23-
| Very large<sup>[2](#table-note-2)</sup> | 50GB / 5K ops/sec |
24-
| XLarge<sup>[3](#table-note-3)</sup> | 50GB / 10K ops/sec |
24+
| Very large<sup>[1](#table-note-1)</sup> | 50GB / 5K ops/sec |
25+
| XLarge<sup>[2](#table-note-2)</sup> | 50GB / 10K ops/sec |
2526

26-
1. <a name="table-note-1" style="display: block; height: 80px; margin-top: -80px;"></a>Not available for databases hosted on external AWS accounts.
27+
1. <a name="table-note-1" style="display: block; height: 80px; margin-top: -80px;"></a>Used for databases with Auto Tiering before Redis 7.2.
2728

28-
2. <a name="table-note-2" style="display: block; height: 80px; margin-top: -80px;"></a>Used for databases with Auto Tiering before Redis 7.2.
29-
30-
3. <a name="table-note-3" style="display: block; height: 80px; margin-top: -80px;"></a>Used for hosted databases with Auto Tiering for Redis 7.2 and later.
29+
2. <a name="table-note-2" style="display: block; height: 80px; margin-top: -80px;"></a>Used for hosted databases with Auto Tiering for Redis 7.2 and later.
3130

3231
Prices vary according to the cloud provider and region. Minimum prices apply. To learn more, see [Cloud pricing](https://redis.com/redis-enterprise-cloud/pricing/).
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
Title: Redis Cloud changelog (February 2025)
3+
alwaysopen: false
4+
categories:
5+
- docs
6+
- operate
7+
- rc
8+
description: New features, enhancements, and other changes added to Redis Cloud during
9+
February 2025.
10+
highlights: Pico billing unit
11+
linktitle: February 2025
12+
weight: 36
13+
---
14+
15+
## New features
16+
17+
### Pico billing unit
18+
19+
We added a Pico billing unit for Pro databases with a maximum size of 100 MB and a maximum throughput of 100 ops/sec. Use it to create smaller databases for a lower cost.

0 commit comments

Comments
 (0)