feat(bot): add Redis cache

This commit is contained in:
spiral
2022-04-13 08:44:53 -04:00
parent fadf007abc
commit c2094e3b7a
9 changed files with 560 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ public class BotConfig
public string? GatewayQueueUrl { get; set; }
public bool UseRedisRatelimiter { get; set; } = false;
public bool UseRedisCache { get; set; } = false;
public string? RedisGatewayUrl { get; set; }