Skip to content

Commit

Permalink
typo fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Nov 9, 2023
1 parent 1e2da76 commit 6467771
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ public static void main(String[] args) {
client.connectToRedis();

var key = String.valueOf(ProcessHandle.current().pid());
System.out.printf("PID = %s%n%n", key);
System.out.printf("socket = %s%n%n", unixSocket);
Thread.sleep(10000);
/*
var get_ne = client.get("sdf");
Expand Down

0 comments on commit 6467771

Please sign in to comment.