memory.py 70 B

1234
  1. import redis
  2. memory = redis.Redis(host='localhost', port=6379, db=0)