5

私は ServiceStack Redis Client を使用していますが、次のエラーの原因を明確にすることを望んでいました...「接続できません: sPort: 50071」? 接続には「PooledRedisClientManager」オブジェクトを使用しています。ご協力ありがとうございます。

4

2 に答える 2

2

IF YOU ARE USING A SELF HOSTED REDIS SERVER AND USING THE Service Stack Redis Client THEN BUYER BEWARE

As of 9/23/2015

Service Stack does license validation in the client code (rather than the server). If you are ripping through a lot of messages 6000+ an hour you will get. The resulting error is

Unable to Connect: sPort: 

However, it is not handling their custom LicenseExpection and exposing the error correctly. The error would be something like this:

The free-quota limit on '6000 Redis requests per hour' has been reached. Please see https://servicestack.net to upgrade to a commercial license or visit https://github.com/ServiceStackV3/ServiceStackV3 to revert back to the free ServiceStack v3.

I doubt you have imposed such a limit on your server :-)

于 2015-09-23T14:20:23.890 に答える