Added a frequently asked question for the Error: listen tcp 0.0.0.0:6379: bind: address already in use
This change would help the users having troubles starting the redis server because it is already running in the machine.
Tested: Locally. Passed test.docs.sh
@sanjana11147 what I had done was i changed the port port on which redis server is meant to run from 6379 to 6380 as this port no is not been claimed by any protocol. Can we have that as well added to the FAQ?
Metadata Update from @jflory7: - Pull-request tagged with: improvement, type - docs, type - summer coding - Request assigned
Added a frequently asked question for the Error: listen tcp 0.0.0.0:6379: bind: address already in use This change would help the users having troubles starting the redis server because it is already running in the machine.
Thanks @sanjana11147, this change looks good. :thumbsup: Thanks for helping improve the docs! Merging. :checkered_flag:
In this case, I think it is better practice for someone to understand why this problem is happening by seeing what processes are running and ending them if necessary. If someone is running a Redis server locally on their machine and need it to continue running, then they can change the port. But in this case, I think these steps provided by @sanjana11147 are sufficient.
Pull-Request has been merged by jflory7
Added a frequently asked question for the Error: listen tcp 0.0.0.0:6379: bind: address already in use
This change would help the users having troubles starting the redis server because it is already running in the machine.
Tested: Locally. Passed test.docs.sh