Could not create server TCP listening socket *:6379: bind: Address already in use
$ kill -9 8821
Could not create server TCP listening socket *:6379: bind: Address already in use
$ kill -9 8821
Could not create server TCP listening socket *:6379: bind: Address already in use
$ ps aux | grep redis
Could not create server TCP listening socket *:6379: bind: Address already in use
Change the port of redis server
redis-server --port 6360 will start a Redis server listening to port 6360.
redis-cli -p 6360 - Now use this to make your client listen at this port.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us