multi: remove confusing comment.

This commit is contained in:
Vladimir Mihailenco 2015-05-18 14:59:39 +03:00
parent 44a58ef067
commit 55f551a447
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ import (
var errDiscard = errors.New("redis: Discard can be used only inside Exec") var errDiscard = errors.New("redis: Discard can be used only inside Exec")
// Not thread-safe. // Multi implements Redis transactions as described in
// http://redis.io/topics/transactions.
type Multi struct { type Multi struct {
commandable commandable