Skip to content

Commit b1ce4e6

Browse files
committed
refactor: cleanup
1 parent 9931c24 commit b1ce4e6

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/ByteSync.ServerCommon/Repositories/CacheRepository.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,6 @@ public async Task Delete(CacheKey cacheKey, ITransaction? transaction = null)
119119
IDatabaseAsync database = _redisInfrastructureService.GetDatabase(transaction);
120120
await database.KeyDeleteAsync(cacheKey.Value);
121121
}
122-
123-
// public async Task<IRedLock> AcquireLockAsync(CacheKey cacheKey)
124-
// {
125-
// return await _redisInfrastructureService.AcquireLockAsync(cacheKey);
126-
// }
127122

128123
private async Task<UpdateEntityResult<T>> SaveInternal(CacheKey cacheKey, T element, IDatabaseAsync database)
129124
{

0 commit comments

Comments
 (0)