Skip to content

Commit

Permalink
release v1.6.28
Browse files Browse the repository at this point in the history
  • Loading branch information
vinllen committed Apr 21, 2020
1 parent 947189d commit ee2b853
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2020-04-21 Alibaba Cloud.
* VERSION: 1.6.28
* IMPROVE: polish redigo log.
2020-03-25 Alibaba Cloud.
* VERSION: 1.6.27
* BUGFIX: transaction bug that only using one key but still raised "not
Expand Down
2 changes: 2 additions & 0 deletions src/redis-shake/common/type.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import (
"errors"
)

// this file is copied from redigo and do some modification to make log more clear

type Error string
func (err Error) Error() string { return string(err) }

Expand Down

0 comments on commit ee2b853

Please sign in to comment.