trivia questions and pokemon data will be stored in redis, instead of per-shard
This commit is contained in:
@ -8,6 +8,7 @@ namespace NadekoBot.Core.Services
|
||||
{
|
||||
ConnectionMultiplexer Redis { get; }
|
||||
IImageCache LocalImages { get; }
|
||||
ILocalDataCache LocalData { get; }
|
||||
|
||||
Task<(bool Success, byte[] Data)> TryGetImageDataAsync(string key);
|
||||
Task<(bool Success, string Data)> TryGetAnimeDataAsync(string key);
|
||||
|
Reference in New Issue
Block a user