fix(redis): Increase file descriptors to 10032 (#681)
@xbenjii reported the following error on #629:
You requested maxclients of 10000 requiring at least 10032 max file descriptors.
Increasing this limit by default makes sense to make Redis more available to heaveier loads.