Skip to content

feat: redis caching implemented - #547

Merged
LaGodxy merged 2 commits into
StarkMindsHQ:mainfrom
Onyedika3d:redis
Apr 28, 2026
Merged

feat: redis caching implemented#547
LaGodxy merged 2 commits into
StarkMindsHQ:mainfrom
Onyedika3d:redis

Conversation

@Onyedika3d

Copy link
Copy Markdown

Env vars to set:

REDIS_URL=redis://localhost:6379
REDIS_TTL_CERTIFICATE=300
REDIS_TTL_STUDENT_CERTS=120
REDIS_TTL_ANALYTICS=60
REDIS_TTL_REVOCATION=300

Cache is non-blocking — if Redis is down, all requests fall through to blockchain normally.

Closes: #380

@Onyedika3d
Onyedika3d requested a review from LaGodxy as a code owner April 27, 2026 00:22
@drips-wave

drips-wave Bot commented Apr 27, 2026

Copy link
Copy Markdown

@Onyedika3d Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@LaGodxy

LaGodxy commented Apr 27, 2026

Copy link
Copy Markdown
Contributor

@Onyedika3d resolve conflicts.

@LaGodxy
LaGodxy merged commit f0af979 into StarkMindsHQ:main Apr 28, 2026
1 of 10 checks passed
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.

Performance: Implement Redis Caching Layer

2 participants