Adding choice for caching rate limiting

This can be set in the config to 'redis' or 'memory'
This commit is contained in:
Tanya Byrne
2020-08-18 17:57:12 +01:00
parent 1f21377fdb
commit 3177aa0323
4 changed files with 45 additions and 25 deletions

View File

@@ -14,7 +14,7 @@
{{ redisServer }}
####################################################################################################
# Rate Limiting
# Rate Limiting and caching
{{ rateLimits}}
####################################################################################################