0

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?

LTA
  • 191
  • 3
  • 16
  • Can you clarify what do you want to do and why? It's not clear. You want to set the limit server-side or client-side? – thepirat000 Oct 16 '15 at 14:04

1 Answers1

0

You can actually write a rate limiter using redis itself, see Introduction to rate limiting with Redis

Kobynet
  • 983
  • 11
  • 23