Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improve redis #92

Merged
merged 13 commits into from
Dec 27, 2024
Merged

feat: improve redis #92

merged 13 commits into from
Dec 27, 2024

Conversation

loks0n
Copy link
Contributor

@loks0n loks0n commented Dec 27, 2024

  • Switch to Redis TTL for key expiration instead of manual cleanup.
  • Add atomic operations using multi/exec to prevent race conditions.
  • Optimize log retrieval with batching in RedisCluster implementation.

@eldadfux eldadfux merged commit bef426a into main Dec 27, 2024
6 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.

2 participants