Skip to content

Commit 339d910

Browse files
authored
Update redis.mdx
1 parent d4d4261 commit 339d910

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/capabilities/server/redis.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@ Each installation of an app is uniquely name-spaced, which means Redis data is s
2727
All limits are applied at a per-installation granularity.
2828

2929
:::note
30+
3031
If your app exceeds 500 MB of storage, writes to Redis may fail, which can affect features that depend on cached or stored data.
3132

3233
To stay under the limit:
3334

3435
- Evict data by removing keys you no longer need
3536
- Use TTLs to set expirations for temporary or stale data
3637
- Monitor your app's data usage and be selective about what you store
37-
:::
38+
:::
3839

3940
## Examples
4041

0 commit comments

Comments
 (0)