Use the following PowerShell script to delete keys from Redis. .\redis-cli keys * | foreach{ .\redis-cli del $_ }.
確定! 回上一頁