I don't want to allow a new client connection when the connection limit reached 10.
Is there any way to set client connection limit in redis through web.config file?
I don't want to allow a new client connection when the connection limit reached 10.
Is there any way to set client connection limit in redis through web.config file?
You can actually write a rate limiter using redis itself, see Introduction to rate limiting with Redis