Python 操做 Redis

安裝       pip install redispython 實例      import redis      r = redis.StrictRedis(host='localhost', port=6379, db=0[, password='foo'])redis      # 鏈接池      pool = redis.ConnectionPool(host='localhost',
相關文章
相關標籤/搜索