We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04ba61b commit d8ffd3cCopy full SHA for d8ffd3c
1 file changed
internal/storage/basic_store.go
@@ -101,7 +101,7 @@ type BasicStore struct {
101
// Background eviction
102
evictSignal chan struct{} // Signal background evictor to run
103
evictDone chan struct{} // Closed when background evictor exits
104
- closing atomic.Bool // Set to true during Close() to prevent sends on closed channels
+ closing atomic.Bool // Set to true during Close() to prevent sends on closed channels
105
106
// Background AOF
107
aofChan chan *persistence.LogEntry // Buffered channel for async AOF writes
0 commit comments