StrictRedis(connection_pool=pool) # 字符串 r.set('test', 'aaa') print r.get('test') # 列表 # 注意python、lrange两个range的范围 x = 0 ...
確定! 回上一頁