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

fix(deleteMsg): also delete message from redis #165

Merged
merged 4 commits into from
Oct 18, 2024
Merged

Conversation

dev-737
Copy link
Member

@dev-737 dev-737 commented Oct 18, 2024

Description

This pull request addresses an issue in the deleteMsg functionality by ensuring that the message is also deleted from Redis, in addition to the database. This change ensures the consistent and complete removal of messages across the application's storage systems.

The key changes include:

  • Updating the deleteMsg logic to remove the message from Redis, in addition to the database.
  • Ensuring the overall consistency and reliability of the message deletion process.

Copy link

@dev-737 dev-737 merged commit 0c3e120 into main Oct 18, 2024
5 checks passed
@dev-737 dev-737 deleted the Virtual-branch-3 branch October 18, 2024 14:35
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.

1 participant