The problem/use-case that the feature addresses

counter brute force attack.

Description of the feature

counter brute force attack.

Alternatives you've considered

None

Additional information

None

Comment From: zuiderkwast

What exactly are you requesting? Shall we count the number of connect attempt per IP and block if an IP if it makes too many attempts?

Comment From: hwware

@stunnerlw do you mean this? https://github.com/redis/redis/pull/1241 I have plan working this feature, but I prefer using incoming rate limiter instead of dropping the connection, Thanks

Comment From: zuiderkwast

Duplicate of #10368.

Discussion also in #1241 and #11146.