I want to remove keys that match \"user*\".
how do I do that in redis command line?
Now there is a command to remove a key,i.e., DEL key [keys]
DEL key...