CY

Results 8 comments of CY

Hi, can I check the plan on commands (SPUBLISH, SSUBSCRIBE, SUNSUBSCRIBE) for sharded pub-sub.

Before **Cleanup Active Document** ![image](https://github.com/codecadwallader/codemaid/assets/1715357/e8d3fee6-a547-4954-8cb9-9d999d1d867a) After **Cleanup Active Document** ![image](https://github.com/codecadwallader/codemaid/assets/1715357/109aacf1-6522-4e40-91a1-1e954500c447) By the way, I also use Resharper.

The sharded pub/sub feature in Redis 7 looks promising. May I ask what the equivalent feature in KeyDB is, especially for horizontal scaling? Thanks

我看到docs里面提到: public static RedisClient cli = new RedisClient( new ConnectionStringBuilder[] { "192.168.0.2:7001", "192.168.0.2:7002", "192.168.0.2:7003" } ); // assume 3 masters + 3 slaves 连接cluster要提供3个master的地址。 请问假如我只提供一个master node 地址,也是可行的吗? 谢谢

9/6/2023 2:37:16 AM +00:00 Unhandled exception. System.ArgumentOutOfRangeException: Non-negative number required. (Parameter 'maxValue') at System.Random.ThrowMaxValueMustBeNonNegative() at System.Random.ThreadSafeRandom.Next(Int32 ) at FreeRedisTest.Program.Main(String[] args) in D:\Work\FreeRedisTest\Program.cs:line 44 at FreeRedisTest.Program.(String[] args) 有遇到这个问题。 sample test code:...

await _cli.SPublishAsync("Price", price); FreeRedis.RedisServerException: 'MOVED 7599 127.0.0.1:7001' 这个是expected的吗

> 'MOVED 7599 127.0.0.1:7001' > > 集群报的错,你那边方便引用源码吗 可以 我尽快测一下 (QQ没有了...)

hi @NickCraver Could you please review this merge request at your earliest convenience?