For example, to delete all keys that start with “user:”, redis-cli can be executed. KEYS “user:” | xargs redis-cli. DEL. In addition, since the DEL command ...
確定! 回上一頁