1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

[PM-5293] Redis for Grants (#3577)

* Add Initial Redis Implementation

* Format

* Add Key to PersistedGrant

* Reference Identity In Microbenchmark Project

* Allow Filterable Benchmarks

* Use Shorter Key And Cast to RedisKey Once

* Add RedisPersistedGrantStore Benchmarks

* Run restore

* Format

* Update ID4 References

* Make RedisGrantStore Singleton

* Use MessagePack

* Use Cached Options

* Turn off Compression

* Minor Feedback

* Add Docs to StorablePersistedGrant

* Use existing Identity Redis

---------

Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
This commit is contained in:
Justin Baur
2023-12-15 10:53:00 -05:00
committed by GitHub
parent 699b884441
commit 1b705df958
6 changed files with 308 additions and 4 deletions

View File

@ -1,4 +1,3 @@
using System.Reflection;
using BenchmarkDotNet.Running;
using BenchmarkDotNet.Running;
BenchmarkRunner.Run(Assembly.GetEntryAssembly());
BenchmarkSwitcher.FromAssembly(typeof(Program).Assembly).Run(args);