+
{selectedKey}
@@ -2043,20 +2043,22 @@ const RedisViewer: React.FC = ({ connectionId, redisDB }) => {
}}
/>
+
+
{keyValue.type}
} style={mutedPillTagStyle}>{formatTTL(keyValue.ttl)}
{keyValue.length > 0 && {tr('redis_viewer.label.length', { count: keyValue.length })}}
-