Skip to content

Commit

Permalink
Update test client list.
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Oct 16, 2023
1 parent 773b620 commit cb39430
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public RunConfiguration() {
clients =
new ClientName[] {
// ClientName.BABUSHKA,
ClientName.JEDIS, ClientName.JEDIS_ASYNC, ClientName.LETTUCE, ClientName.LETTUCE_ASYNC
ClientName.JEDIS, ClientName.KOTLIN, ClientName.LETTUCE
};
host = "localhost";
port = 6379;
Expand Down

0 comments on commit cb39430

Please sign in to comment.