Ali Bazzi

Results 13 comments of Ali Bazzi

Thanks for pointing this out, can you open a PR ? otherwise I will work on it but on my own time later.

Hi @simonpinn , I'm not sure if this is something specific to Azure, but this is aggressive to force reconnection when an exception happens, and I'm not considering adding it...

@simonpinn you are welcome !

But the [options.RedisConnectionMultiplexer](https://github.com/AliBazzi/IdentityServer4.Contrib.RedisStore/blob/master/IdentityServer4.Contrib.RedisStore/Extensions/RedisOptions.cs#L26) is public, and my understanding is that you want to call a function on it is `ForceReconnect` right ? I'm not following, if you can provide a...

if you can @simonpinn a gist or a GitHub project I can follow it will be great

Can you elaborate more on the mode of Elasticache instance, is Cluster mode On or Off ?

Another question, what is the value of `IdSrvConstants.IdentityServerSolution` ?

I'm trying to figure out why it's not working in Cluster mode on. I will keep digging, I though `IdSrvConstants.IdentityServerSolution` may have `{ }` as a value, but looks it's...

is it possible that the SubjectId format on your side is formatted like `{...}` ? maybe it's a GUID that you convert into a string by calling `.ToString()` which will...

but what will happens is that hashing algo will result in storing all the key/values in one shard only of your cluster, so I don't think this is the outcome...