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

Commit a12c8c5

Browse files
committed
Call InitStatics() in RNC
1 parent 7cef98a commit a12c8c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ServiceStack.Redis/RedisNativeClient.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ private void Init(RedisEndpoint config)
192192
Ssl = config.Ssl;
193193
IdleTimeOutSecs = config.IdleTimeOutSecs;
194194
ServerVersionNumber = RedisConfig.AssumeServerVersion.GetValueOrDefault();
195+
JsConfig.InitStatics();
195196
}
196197

197198
public RedisNativeClient()

0 commit comments

Comments
 (0)