101
1. delete redis keys with same prefix strings
redis-cli -a testpassword Keys "Test*" | xargs redis-cli -a testpassword Del
redis-cli -a testpassword Keys "Test*" | xargs redis-cli -a testpassword Del