radu-matei / websocket-manager

Real-Time library for ASP .NET Core
https://radu-matei.com/blog/real-time-aspnet-core/
MIT License
452 stars 183 forks source link

WebsocketManager dictionary in a distributed cache? #45

Open hkosmidi opened 7 years ago

hkosmidi commented 7 years ago

Hi, I have implemented this approach on my web application but I want to extend it by using a distributed cache (redis). Is there a way to save the dictionary in redis just like I could do with session variables?

I am using .net core 2.