mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
fix: don't require Redis for startup
This commit is contained in:
parent
8964d7f623
commit
fc8f1b7cd3
4 changed files with 22 additions and 11 deletions
|
|
@ -4,7 +4,7 @@ namespace PluralKit.Core;
|
|||
|
||||
public class RedisService
|
||||
{
|
||||
public ConnectionMultiplexer Connection { get; set; }
|
||||
public ConnectionMultiplexer? Connection { get; set; }
|
||||
|
||||
public async Task InitAsync(CoreConfig config)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue