import redis import time redis_cache = redis.Redis(host="", port=0000, password="xxxx", db=1) print("begin") print(redis_cache.dbsize()) ...
確定! 回上一頁