DistributedLock icon indicating copy to clipboard operation
DistributedLock copied to clipboard

A .NET library for distributed synchronization

Results 73 DistributedLock issues
Sort by recently updated
recently updated
newest added

I couldn't create `MySqlDistributedSynchronizationProvider` by passing MySQLConnection. But It's working with by passing same connection string `new MySqlDistributedSynchronizationProvider(connectionString)` I also tried without `ProvidePasswordCallback`, that is also not working. Code: services.AddScoped(serviceProvider...

question
mysql

Today, we can't support multiplexing for DbDataSource (only supported in Postgres) because the lock pool is keyed on connection string and also uses connection string as its factory input. We...

enhancement

Any plans to add that?

enhancement
help wanted
mongodb