-
Notifications
You must be signed in to change notification settings - Fork 701
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: redis record traceid without open trace (#535)
Co-authored-by: papa-hexuan <[email protected]>
- Loading branch information
1 parent
dc0f10b
commit 1944d57
Showing
4 changed files
with
11 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ addr是dns连接包含用户名密码 | |
`redis://127.0.0.2:6379` | ||
- 无用户名有密码写法 | ||
`redis://:[email protected]:6379` password前的`:`不可缺省 | ||
- 有用户名有密码写法 | ||
- 有用户名有密码写法 | ||
`redis://username:[email protected]:6379` | ||
|
||
### RedisClusterConfig | ||
|