flashmob 9 年之前
父节点
当前提交
1af70b2111
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 // - Changed the MySQL queries to insert in batch
 // - Made a Compressor that recycles buffers using sync.Pool
 // - 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!
 // 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 (
 import (
 	"fmt"
 	"fmt"