redisquota

Params

FieldTypeDescription
minDeduplicationDurationDurationMinimum number of seconds that deduplication is possible for a given operation.
redisServerUrlstringRedis network address
socketTypestringNetwork for communicating with redis, i.e., "tcp"
connectionPoolSizeint64Maximum number of idle connections to redis
rateLimitAlgorithmstringAlgorithm for rate-limiting: either fixed-window or rolling-window. The fixed-window approach can allow 2x peak specified rate, whereas the rolling-window doesn't. The rolling-window algorithm's additional precision comes at the cost of increased redis resource usage.