9 Answers 9 · echo 'KEYS user*' | redis-cli | awk '{print $1}' -- get all the keys and strip out the extra text you don't want with awk. · echo DEL $key -- for ...
確定! 回上一頁