Redis Commands
The following Redis commands are used by the web reverse proxy for storing and maintaining rate limiting data.
The following commands are used by the web reverse proxy:
- AUTH (Only used when authentication is enabled.)
- ROLE
- EVAL
- EVALSHA
- CLIENT SETNAME
In addition, the following commands are used by EVAL/EVALSHA snippets:
- EXPIRE
- EXISTS
- INCRBY
- TTL
- SET