RedisString 字符串GETDELOn this pageGETDELNoteOfficial reference: GETDEL. Read a string and delete its key. Syntax GETDEL key A missing key returns one row with a null VALUE. Results ReturnRowsContentResultSet1VALUE field, STRING type Example SET demo:message helloGETDEL demo:message