flashmob 8 years ago
parent
commit
1af70b2111
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backends/guerrilla_db_redis.go

+ 1 - 1
backends/guerrilla_db_redis.go

@@ -19,7 +19,7 @@ package backends
 // - Changed the MySQL queries to insert in batch
 // - Made a Compressor that recycles buffers using sync.Pool
 // The result was around 400% speed improvement. If you know of any more improvements, please share!
-// - Added the recovery mechanisi,
+// - Added the recovery mechanism,
 
 import (
 	"fmt"