This commit is contained in:
2026-01-02 18:20:15 +00:00
parent 0f7c29c3ef
commit ce5a8fbffd
37 changed files with 323 additions and 178 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ func (l *Lock) IsHeld(ctx context.Context) bool {
// Close closes the lock manager and its Redis connection
func (m *Manager) Close() error {
return m.client.Close()
return m.client.Close() // #nosec G104 -- Cleanup, error not critical
}
// generateLockValue generates a cryptographically random lock value