What's Changed
Redis Sharded Pub/Sub support (#963)
Sharded Pub/Sub can now be used by specifying RedisChannelFactory.Sharded
in the ChannelFactory
property of RedisGroupOptions
, as shown in the code below.
services.Configure<RedisGroupOptions>(options =>
{
options.ChannelFactory = RedisChannelFactory.Sharded;
});
Other Changes
- Update extensibility.md by @gdh2222 in #957
- docs: fixed streaming-hub's not-working docs by @OJII3 in #960
- Update extensibility.md by @freetale in #959
- Apply fixes from PR #960 and #959 to Japanese and Korean documentation by @Copilot in #962
- Update Multicaster package version to 2.1.1 by @mayuki in #964
New Contributors
- @gdh2222 made their first contribution in #957
- @OJII3 made their first contribution in #960
- @freetale made their first contribution in #959
- @Copilot made their first contribution in #962
Full Changelog: 7.0.5...7.0.6