linux - redis 的基本使用 redis-cli -u xxx , apt install redis-tools
访问量: 350
如题
docker中使用redis:
redis-cli -u redis://a:b@localhost:6345...
安装客户端
apt install redis-tools
整个清空
redis> flushall
访问量: 350
如题
docker中使用redis:
redis-cli -u redis://a:b@localhost:6345...
安装客户端
apt install redis-tools
整个清空
redis> flushall