reset_redis.py 82 B

123456
  1. import redis
  2. rds = redis.Redis(host='localhost', port=6380, db=0)
  3. rds.flushdb()