Skip to content

Commit 968d983

Browse files
committed
debug
1 parent 59bc6af commit 968d983

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/redis/clients/jedis/CommandObjects.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4507,6 +4507,9 @@ public SearchProfileResponseBuilder(Builder<T> resultsBuilder) {
45074507
public Map.Entry<T, ProfilingInfo> build(Object data) {
45084508
List list = (List) data;
45094509
if (list == null || list.isEmpty()) return null;
4510+
System.out.println("DEBUG>>>>>>>>>>>>>>>>>>>>");
4511+
System.out.println(redis.clients.jedis.util.SafeEncoder.encodeObject(data));
4512+
System.out.println("<<<<<<<<<<<<<<<<<<<<DEBUG");
45104513

45114514
if (list.get(0) instanceof KeyValue) { // RESP3
45124515
Object resultsRaw = data;

0 commit comments

Comments
 (0)