Skip to content

feat: implement Redis-based rate limiting (100 req/min)#159

Merged
meshackyaro merged 1 commit into
trustflow-protocol:mainfrom
Chidubemkingsley:Implement-Rate-Limiting-using-Redis
Jun 21, 2026
Merged

feat: implement Redis-based rate limiting (100 req/min)#159
meshackyaro merged 1 commit into
trustflow-protocol:mainfrom
Chidubemkingsley:Implement-Rate-Limiting-using-Redis

Conversation

@Chidubemkingsley

Copy link
Copy Markdown
Contributor

Description

Closes #37

Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📝 Documentation update
  • 🔧 Configuration change
  • ♻️ Code refactoring
  • ⚡ Performance improvement
  • ✅ Test update

Component

  • Backend (Node.js API)
  • Frontend (Next.js UI)
  • Smart Contract (Soroban/Rust)
  • SDK
  • Infrastructure/DevOps
  • Documentation

Testing

Manual Testing

  • Tested locally
  • Tested in development environment
  • Tested edge cases

Automated Testing

  • Unit tests added/updated
  • Integration tests added/updated
  • All tests passing locally

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings or errors
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published

@meshackyaro meshackyaro left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Great work and well done!

@meshackyaro meshackyaro merged commit 8ffc976 into trustflow-protocol:main Jun 21, 2026
1 check passed
@grantfox-oss grantfox-oss Bot mentioned this pull request Jun 21, 2026
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Rate Limiting using Redis

2 participants