SERVER部分: sudo apt install redis-server sudo service redis-server [start|stop]
CLIENT部分: redis-cli
helloworld体验 >set first_key helloworld >keys *