pii_masker / utils /redis.py
ffeew's picture
init
cd3f41e
raw
history blame contribute delete
69 Bytes
import redis
redis_client = redis.Redis(host="localhost", port=6379)