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 2397cab commit a14481b
Showing 1 changed file with 1 addition and 0 deletions.
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 a14481b

Please sign in to comment.