Redis键管理DUMPOn this pageDUMPNoteOfficial reference: DUMP. Read the Redis-serialized value of a key. Syntax DUMP key VALUE is binary byte[], not the text returned by GET. Read it with ResultSet.getBytes("VALUE"). Results ReturnRowsContentResultSet1VALUE field, BYTES type Example SET demo:message helloDUMP demo:message