How do I to flush redis db from python redis? June 6, 2023 by Tarik Redis-py actually has this functionality: import redis r = redis.Redis() r.flushdb()