Unleash Your Server Potential with Expert Insights
Hosting provided by: CloudwaysSponsored by: shopp.bio
Sponsored by: shopp.bio
Category: VPS Setup
dnf install redis -y
/etc/redis conf
:cluster-enabled yes
redis-cli --cluster create 127.0.0.1:6379 127.0.0.1:6380
firewall-cmd --add-port=6379-6380/tcp
redis-cli -c -p 6379 ping