-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Refactor Redis error handling and improve key deletion logic
Removed redundant error checks and imports. Enhanced the key deletion logic by checking the result of deletion operations and only appending keys that were actually deleted. This refactoring simplifies the code and improves readability. Signed-off-by: Christian Roessner <[email protected]>
- Loading branch information
Christian Roessner
committed
Nov 25, 2024
1 parent
8747eca
commit ade288c
Showing
2 changed files
with
20 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters