forked from mirror/redis
multi: remove confusing comment.
This commit is contained in:
parent
44a58ef067
commit
55f551a447
3
multi.go
3
multi.go
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue