mirror of
https://github.com/redis/go-redis.git
synced 2025-06-14 01:21:30 +03:00
Add TxPipeline.
This commit is contained in:
@ -58,7 +58,6 @@ func (it *ScanIterator) Next() bool {
|
||||
} else {
|
||||
it.ScanCmd._args[2] = it.ScanCmd.cursor
|
||||
}
|
||||
it.ScanCmd.reset()
|
||||
it.client.process(it.ScanCmd)
|
||||
if it.ScanCmd.Err() != nil {
|
||||
return false
|
||||
|
Reference in New Issue
Block a user