X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/f3b52411db839f4716bdbd7ac9f90331c94f0ccd..98578b5704a8d147c31340b66d952b00efac9d59:/redis.conf diff --git a/redis.conf b/redis.conf index 4d3689ed..c48a2fb8 100644 --- a/redis.conf +++ b/redis.conf @@ -112,6 +112,10 @@ dir ./ # # This should stay commented out for backward compatibility and because most # people do not need auth (e.g. they run their own servers). +# +# Warning: since Redis is pretty fast an outside user can try up to +# 150k passwords per second against a good box. This means that you should +# use a very strong password otherwise it will be very easy to break. # # requirepass foobared