Rick

Results 8 comments of Rick

Hey all, I've been following along and may take a stab at something _similar_. While I'm tinkering, I have incentive to consider Sql Server as well for some of my...

That is my exact reservation with the library as well. I have on my list, to look at how easy it would be to extend the library and potentially wrap...

Agreed. The NATS backplane was on my list simply to be an alternative to Redis and because I'm obsessed with that server right now. It's a container instance away.. very...

[I took a stab at the NATS backplane](https://github.com/rickdotnet/FusionCache/tree/nats-backplane) and tested it with a SqlServer distributed cache. The preliminary test went well, but I'm fairly new to both of these code...

I agree on all points. Distributed communication is one of those areas I used to know about but did not have to be about. Now, it seems it's all I...

I was bored and thinking a bit on this. Instead of using a backplane as it's implemented in FusionCache, I think I'd wrap the SqlServer distributed cache and handle evictions...

Hey @jodydonetti, no rush for me. I'm just adding bits of thought randomly. I don't intend to push that POC much further than it is. If you do end up...

Hey @Wraith2 , if [NATS](https://github.com/nats-io/nats.net.v2) would suite your use-case, I wrote a POC backplane when I was very new to NATS. I used the older V1 client and have considered...