Replace newlife redis with redlock #127
Annotations
10 warnings
|
Run tests:
TestApi/Controllers/MultiSourceController.cs#L36
Possible null reference return.
|
|
Run tests:
FastCache.Redis/Driver/RedisCache.cs#L36
Non-nullable field '_redLockFactory' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
|
Run tests:
FastCache.Redis/Driver/RedisCache.BaseOperation.cs#L63
Possible null reference argument for parameter 'value' in 'object? JsonConvert.DeserializeObject(string value, Type type)'.
|
|
Run tests:
FastCache.InMemory/Drivers/MemoryCache.cs#L71
Possible null reference argument for parameter 'value' in 'object? JsonConvert.DeserializeObject(string value, Type type)'.
|
|
Run tests:
FastCache.InMemory/Drivers/MultiBucketsMemoryCache.cs#L84
Possible null reference argument for parameter 'value' in 'object? JsonConvert.DeserializeObject(string value, Type type)'.
|
|
Run tests:
FastCache.Core/Attributes/CacheableAttribute.cs#L149
The variable 'expire' is assigned but its value is never used
|
|
Run tests:
FastCache.Core/Attributes/CacheableAttribute.cs#L151
Dereference of a possibly null reference.
|
|
Run tests:
FastCache.Core/Attributes/CacheableAttribute.cs#L117
Dereference of a possibly null reference.
|
|
Run tests:
FastCache.Core/Attributes/CacheableAttribute.cs#L149
The 'l' suffix is easily confused with the digit '1' -- use 'L' for clarity
|
|
Run tests:
FastCache.Core/Attributes/EvictableAttribute.cs#L65
Dereference of a possibly null reference.
|
Loading