Parent
Part of #445
Severity
Low
Problem
Post-await setState without mounted check on save paths → dispose race can crash. Load path already guards.
Evidence
lib/features/redis/redis_key_editor.dart (~117–131 and similar saves)
Acceptance
Suggested fix
if (!mounted) return before each setState after await (parity with load).
Parent
Part of #445
Severity
Low
Problem
Post-
awaitsetStatewithoutmountedcheck on save paths → dispose race can crash. Load path already guards.Evidence
lib/features/redis/redis_key_editor.dart(~117–131 and similar saves)Acceptance
setStatepaths checkmountedSuggested fix
if (!mounted) returnbefore each setState after await (parity with load).