StackRedis.L1
StackRedis.L1 copied to clipboard
.NET in-Memory "L1" cache for StackExchange.Redis.
I cannot get `StrackRedis.L1` to work with [ASP.NET Core distributed cache](https://docs.microsoft.com/en-us/aspnet/core/performance/caching/distributed?view=aspnetcore-6.0). It's configured as following: ```csharp services.AddStackExchangeRedisCache(options => { options.Configuration = distributedCacheConfig.ConnectionString; options.ConnectionMultiplexerFactory = async () => { var mux...
There's an error in constructor: **StackRedis.L1.RedisL1Database(IDatabase redisDb)** ``` Method 'HashStringLength' in type 'StackRedis.L1.RedisL1Database' from assembly 'StackRedis.L1, Version=0.2.1.0, Culture=neutral, PublicKeyToken=null' does not have an implementation. ``` Package versions used: ``` ```...
The risk to data validity in this project is that data may become stale if keyspace notifications are not delivered. Delivery is not guaranteed. For that reason, it should be...
Bumps [System.Runtime.Caching](https://github.com/dotnet/runtime) from 6.0.0 to 7.0.0. Release notes Sourced from System.Runtime.Caching's releases. .NET 7.0.0 Release .NET 7.0 RC 2 Release .NET 7.0 RC 1 Release .NET 7.0 Preview 7 Release...