Last login: Wed Jun 4 14:18:23 2025 from 127.0.0.1
root@ams10082:~# /etc/init.d/redis restart
Stopping ...
Could not connect to Redis at 127.0.0.1:6379: Connection refused
Redis stopped
Starting redis server...
Starting redis success!
root@ams10082:~# redis-server --version
Command 'redis-server' not found, but can be installed with:
apt install redis-server
root@ams10082:~# redis-cli INFO SERVER | grep redis_version
Could not connect to Redis at 127.0.0.1:6379: Connection refused
root@ams10082:~#

Redis 7.4 is not behaving correctly 🙁