mirror of
https://github.com/redis/go-redis.git
synced 2025-12-02 06:22:31 +03:00
address comment
This commit is contained in:
@@ -160,4 +160,3 @@ func (s *FastSemaphore) Release() {
|
||||
func (s *FastSemaphore) Len() int32 {
|
||||
return s.count.Load()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user