You just have to use the LRANGE command to retrieve all the items in one shot. elements = redis.lrange( "supplier_id", 0, -1 ). will return all ...
確定! 回上一頁