Skip to content

Commit

Permalink
reee.
Browse files Browse the repository at this point in the history
  • Loading branch information
sylveonnotdeko committed Apr 16, 2024
1 parent 9c824dc commit fc87282
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

/// <summary>
Expand Down

0 comments on commit fc87282

Please sign in to comment.