Files
Yeuoly 8380c1d6fa fix(lock): Add concurrency test for Redis lock functionality (#305)
- Introduced a new test case `TestLock` to validate the behavior of the Redis locking mechanism under concurrent access.
- Enhanced the `Lock` function to improve error handling and ensure proper locking behavior.
- Utilized `sync.WaitGroup` and atomic operations to measure wait times during lock acquisition, ensuring the lock behaves as expected under high concurrency.
2025-05-23 14:39:37 +08:00
..
2024-08-22 17:21:20 +08:00
2025-01-06 14:52:02 +08:00
2024-10-18 20:29:02 +08:00
2024-08-05 16:30:22 +08:00
2024-08-14 23:32:46 +08:00