Implemented hybrid cache for user sessions, api keys and database provided settings. Cleaned up startup and adjusted caching option models for features
This commit is contained in:
7
Moonlight.Api/Configuration/RedisOptions.cs
Normal file
7
Moonlight.Api/Configuration/RedisOptions.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Moonlight.Api.Configuration;
|
||||
|
||||
public class RedisOptions
|
||||
{
|
||||
public bool Enable { get; set; }
|
||||
public string ConnectionString { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user