mirror of
https://github.com/bitwarden/server
synced 2025-12-16 16:23:31 +00:00
Added redis caching libraries and implemented for user by id caching.
This commit is contained in:
@@ -9,7 +9,6 @@ namespace Bit.Core.Repositories
|
||||
Task CreateAsync(T obj);
|
||||
Task ReplaceAsync(T obj);
|
||||
Task UpsertAsync(T obj);
|
||||
Task DeleteByIdAsync(TId id);
|
||||
Task DeleteAsync(T obj);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user