mirror of
https://github.com/redis/go-redis.git
synced 2025-07-31 05:04:23 +03:00
fix rename
This commit is contained in:
@ -197,7 +197,7 @@ func (r *Reader) ReadScanReply() ([]string, uint64, error) {
|
|||||||
return nil, 0, fmt.Errorf("redis: got %d elements in scan reply, expected 2", n)
|
return nil, 0, fmt.Errorf("redis: got %d elements in scan reply, expected 2", n)
|
||||||
}
|
}
|
||||||
|
|
||||||
cursor, err := p.ReadUint()
|
cursor, err := r.ReadUint()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, 0, err
|
return nil, 0, err
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user