Now I have lots of data in redis and each key has a few fields. I want the delete all the field with the same prefix like "one". And other fields withe different prefix like "two" or "three" should not be affected.
Does redis support this naturally and how can execute the command? Or which is the easily way for me to write the script to achieve this?