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.
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:
deleteMsg
logic to remove the message from Redis, in addition to the database.