linux里卸载redis

2024-02-15 17:08:56

打开终端。

`dpkg -l | grep redis`

`sudo apt-get remove redis-server`

`sudo apt-get autoremove`