Skip to content

Conversation

@stacy-qqq
Copy link
Contributor

Closes #

πŸ’Έ TL;DR

πŸ“œ Details

Design Doc

Jira

πŸ§ͺ Testing Steps / Validation

βœ… Checks

  • CI tests (if present) are passing
  • Adheres to code style for repo
  • Contributor License Agreement (CLA) completed if not a Reddit employee

Clarified storage limit information for Redis usage.
Removed redundant note about exceeding storage limit and consolidated advice on staying under the limit.
Comment on lines +29 to +34
If your app exceeds 500 MB of storage, writes to Redis may fail, which can affect features that depend on cached or stored data. To stay under the limit:

- Evict data by removing keys you no longer need
- Use TTLs to set expirations for temporary or stale data
- Monitor your app's data usage and be selective about what you store

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is the only "real" diff in the file, and the rest is just style tweaks?

Can we get some sort of style enforcement on this repo, and do one big "style tweaks only" PR to bring the whole repo up to code? It's really hard to read a PR with 300 lines of diff, when there's only 5 that are "real changes" :\

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants