Redis應用(django)(3)

Redis應用(django) 自定義使用redis 創建url 定義單例模式連接池 1 2 3 import redis # 連接池 POOL = redis.ConnectionPool(host='10.211.55.4', port=6379,password='luffy1234',max_connections=1000) 導入連接池,並連接 1 2 3 4 5 6 7 8 9 10
相關文章
相關標籤/搜索