Ladislav Thon

Results 347 comments of Ladislav Thon

> So you think we should add a new field in the `RedisSentinelConnectOptions` to specify the sentinel password, that's right ? And what about the master password, we should use...

I'm not targeting this to any particular release, but I'm fairly sure this isn't needed any time soon.

I'm not targeting this to any particular release, but I'm fairly sure this isn't needed any time soon.

This is as designed. If only we could alter the hash function used in a hash map -- then we wouldn't need equivalence keys...

I spent yesterday trying to improve this by creating my own concurrent map (I used the striped concurrent cuckoo hash table from The Art of Multiprocessor Programming) that doesn't use...

I think the situation here should be improved (by #622 and #623), but I'll leave this open, because removing equivalence keys from the equation entirely is the best solution. I...