Skip to content

Commit

Permalink
Add missing Redis Client clustering directive
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenBond committed Jan 9, 2024
1 parent 029e145 commit e0af124
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
using System.Threading.Tasks;

[assembly: RegisterProvider("Redis", "Clustering", "Silo", typeof(RedisClusteringProviderBuilder))]
[assembly: RegisterProvider("Redis", "Clustering", "Client", typeof(RedisClusteringProviderBuilder))]

namespace Orleans.Clustering.Redis.Hosting;

Expand Down

0 comments on commit e0af124

Please sign in to comment.