1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-31 05:04:23 +03:00

multi: remove confusing comment.

This commit is contained in:
Vladimir Mihailenco
2015-05-18 14:59:39 +03:00
parent 44a58ef067
commit 55f551a447

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