feat(bot): add Redis cache

This commit is contained in:
spiral 2022-04-13 08:44:53 -04:00
parent fadf007abc
commit c2094e3b7a
No known key found for this signature in database
GPG key ID: 244A11E4B0BCF40E
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; }