Redis键管理DELOn this pageDELNoteOfficial reference: DEL. Delete one or more keys. Syntax DEL key [key ...] Results ReturnRowsContentUpdate count--Integer > 0 if one or more keys removed; 0 if none of the specified keys exist Example SET demo:message helloDEL demo:message