local image caching to redis done?
This commit is contained in:
@ -72,6 +72,8 @@ namespace NadekoBot.Core.Services
|
||||
_key = _creds.RedisKey();
|
||||
_redis = ConnectionMultiplexer.Connect("127.0.0.1");
|
||||
|
||||
new RedisImagesCache(_redis, _creds).Reload(); //reload images into redis
|
||||
|
||||
//setup initial shard statuses
|
||||
_defaultShardState = new ShardComMessage()
|
||||
{
|
||||
|
Reference in New Issue
Block a user