Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 64741a2

Browse files
committed
Change DefaultPortSentinel
1 parent ee06f91 commit 64741a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.Redis/RedisNativeClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public partial class RedisNativeClient
3939
public const long DefaultDb = 0;
4040
public const int DefaultPort = 6379;
4141
public const int DefaultPortSsl = 6380;
42-
public const int DefaultPortSentinel = 6379;
42+
public const int DefaultPortSentinel = 26379;
4343
public const string DefaultHost = "localhost";
4444
public const int DefaultIdleTimeOutSecs = 240; //default on redis is 300
4545

0 commit comments

Comments
 (0)