PHP Classes

File: .env.rateLimiting.example

Recommend this page to a friend!
  Packages of Ramesh Narayan Jangid (Sharma)   Open Swoole Microservices   .env.rateLimiting.example   Download  
File: .env.rateLimiting.example
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Open Swoole Microservices
Implement microservices using Open Swoole
Author: By
Last change: refactor
Date: 15 days ago
Size: 901 bytes
 

Contents

Class file image Download
; ; Rate Limiting related configs ; ; Rate Limiting Key Prefix rateLimitIPPrefix='IPRL:' ; Rate limit open traffic (not limited by allowed IPs/CIDR and allowed Rate Limit to user) rateLimitCustomerPrefix='CRL:' ; Customer based Rate Limitng (GRL) Key prefix used in Redis rateLimitGroupPrefix='GRL:' ; Group based Rate Limitng (GRL) Key prefix used in Redis rateLimitUserPrefix='URL:' ; User based Rate Limitng (URL) Key prefix used in Redis rateLimitRoutePrefix='RRL:' ; Route based Rate Limiting (RRL) Key prefix used in Redis rateLimitUserPerIpPrefix='UIRL:' ; User Per IP based Rate Limiting (UIRL) Key prefix used in Redis rateLimitUserLoginPrefix='ULRL:' ; User Login Rate Limiting (ULRL) Key prefix used in Redis rateLimitUserRequestPrefix='URRL:' ; User Per IP based Rate Limiting (UIRL) Key prefix used in Redis