We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 890130a commit 22b2a52Copy full SHA for 22b2a52
internal/redis_executable/redis_executable.go
@@ -17,6 +17,7 @@ type RedisExecutable struct {
17
18
// isRunning is set to true after a successful .Start()
19
// and set to false after a successful .Kill()
20
+ // This is useful when killing executable mid-test and re-spawning it
21
isRunning bool
22
}
23
0 commit comments