RedisList 列表LPOPOn this pageLPOPNoteOfficial reference: LPOP. Pop elements from the left end. Syntax LPOP key [count] Omit count to pop one element; otherwise pop at most count elements. Results ReturnRowsContentResultSetmultipleELEMENT field, STRING type Example RPUSH demo:queue first secondLPOP demo:queue 2