AspNetCoreHighConcurrency.Sample icon indicating copy to clipboard operation
AspNetCoreHighConcurrency.Sample copied to clipboard

AspNetCore High Concurrency Simple Code.Describes how to use distributed locking based on redis. Lock-free and queued commodity inventory operations.

AspNetCoreHighConcurrency.Sample

AspNetCore High Concurrency Sample Code.Describes how to use distributed locking based on redis. Lock-free and queued commodity inventory operations.

Divided into three examples

  • 1.Distributed lock base on redis
  • 2.Redis-based atomic operations use lua script
  • 3.Redis-based atomic operations use lua script & Kafka