May be this will be useful for somebody who tries to delete hash keys starting with a concrete prefix, e.g.
$ redis-cli KEYS "prefix_*" | xargs redis-cli DEL