Unleash Your Server Potential with Expert Insights
Hosting provided by: CloudwaysSponsored by: shopp.bio
Sponsored by: shopp.bio
Category: VPS Setup
apt update && apt install redis-server
systemctl start redis
/etc/redis/redis conf
withbind 127.0.0.1
systemctl restart redis
ufw allow 6379
redis-cli ping
redis-cli info