Skip to content

Commit

Permalink
release v1.6.17 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vinllen committed Aug 27, 2019
1 parent c1316ca commit 177a6fb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/redis-shake/restore.go
Expand Up @@ -180,12 +180,8 @@ func (dr *dbRestorer) restoreRDBFile(reader *bufio.Reader, target []string, auth

log.Debugf("routine[%v] start restoring key[%s] with value length[%v]", dr.id, e.Key, len(e.Value))

//e.Value = []byte(string("\x0c\x1f\x1f\x00\x00\x00\x14\x00\x00\x00\x04\x00\x00\xf1\x02\xf1\x02\xd0A*\xf4`\x06\xe0\x8c.\x1e\xa0l\x01\x00\x00\xff\x06\x00\xbbl\x83\x0b\x91?<f"))
//e.Type = rdb.RdbTypeZSet
//e.Key = []byte("test-ab-c-d")
utils.RestoreRdbEntry(c, e)
log.Debugf("routine[%v] restore key[%s] ok", dr.id, e.Key)
// break
}
}
}()
Expand Down

0 comments on commit 177a6fb

Please sign in to comment.