diff --git a/src/Mewdeko/Modules/Searches/Common/StreamNotifications/NotifChecker.cs b/src/Mewdeko/Modules/Searches/Common/StreamNotifications/NotifChecker.cs index c00f0523d..6bc4eb35a 100644 --- a/src/Mewdeko/Modules/Searches/Common/StreamNotifications/NotifChecker.cs +++ b/src/Mewdeko/Modules/Searches/Common/StreamNotifications/NotifChecker.cs @@ -235,7 +235,7 @@ public void CacheDeleteData(StreamDataKey streamdataKey) private async void CacheClearAllData() { var db = multi.GetDatabase(); - await db.KeyDeleteAsync(key); + await db.KeyDeleteAsync(key, CommandFlags.FireAndForget); } ///