Skip to content

Revert redis port behavior in redis.conf to port 0, pid redis_0

Gabriel Mazetto requested to merge bug/restore-redis-port-behaviour into master

Small change to keep old behavior. A change in the way default port works was introduced after the Redis Sentinel MR. This reverts the behavior to the expected old way while preserving the changes introduced by the Redis Sentinel MR.

Fixes #1501 (closed)

cc @stanhu

Merge request reports