I removed the old version of redis using: "yum remove redis".
I then installed redis 6.2.4 via the new custombuild option.
The old redis was running on a custom port. So I need to change this in the new redis install. But, there is no redis.conf to be found on the server:
returns nothing.
Also redis seems to be running on a socket now instead of a port. But I can't find the socket either.
Please advise.
I then installed redis 6.2.4 via the new custombuild option.
The old redis was running on a custom port. So I need to change this in the new redis install. But, there is no redis.conf to be found on the server:
Code:
find /* redis.conf
Also redis seems to be running on a socket now instead of a port. But I can't find the socket either.
Please advise.