service-fabric-distributed-cache icon indicating copy to clipboard operation
service-fabric-distributed-cache copied to clipboard

Results 7 service-fabric-distributed-cache issues
Sort by recently updated
recently updated
newest added

Any reason there is no option to get all stored keys or remove all stored keys within a cache store? As in clear a store completely

We have all of our remoting endpoints secured with certificates and need to provide an alternate implementation to the default one.

While running load tests against our service, we're noticing that call to SetAsync() will sometimes fail with a TimeoutException, with what appears to be a 5 minute timeout. > System.TimeoutException:...

I am using service fabric distributed cache with a stateful service having `HasPersistedState` = true. I believe `HasPersistedState` will allow me to have reliable collections backed by disk. If I...

Hi Team Possible to run the service in service fabric + docker container? Been trying for a couple of days and its not working.

Redis is often used for Rate Limiting API calls, however this might be a great feature to add directly to this project? For example consider implementing: - SteppingTimeWindow - SlidingTimeWindow...

enhancement