Skip to content

Commit 6000816

Browse files
committed
Show size in bytes for row key & value
Close issue RedisInsight#3677
1 parent c5a46ff commit 6000816

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/resources/qml/editors/MultilineEditor.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ ColumnLayout
4343
Layout.fillWidth: true
4444

4545
Text { text: root.fieldLabel }
46+
TextEdit { text: "size in bytes: " + binaryUtils.binaryStringLength(value); readOnly: true; color: "#ccc" }
4647
Text { id: binaryFlag; text: "[Binary]"; visible: false; color: "green"; }
4748
Text { id: compressedFlag; text: "[GZIP compressed]"; visible: false; color: "red"; } // TBD
4849
Item { Layout.fillWidth: true }

0 commit comments

Comments
 (0)