Skip to content

Commit 22b2a52

Browse files
Add comment
1 parent 890130a commit 22b2a52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/redis_executable/redis_executable.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ type RedisExecutable struct {
1717

1818
// isRunning is set to true after a successful .Start()
1919
// and set to false after a successful .Kill()
20+
// This is useful when killing executable mid-test and re-spawning it
2021
isRunning bool
2122
}
2223

0 commit comments

Comments
 (0)