Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
2881099 committed Oct 23, 2024
1 parent 4321909 commit 54ced41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class RediSearchTests : TestBase

protected static ConnectionStringBuilder Connection = new ConnectionStringBuilder()
{
Host = "8.154.26.119",
Host = "8.154.26.11",
MaxPoolSize = 10,
Protocol = RedisProtocol.RESP2,
ClientName = "FreeRedis",
Expand Down

0 comments on commit 54ced41

Please sign in to comment.