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:
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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user