Add ParseRedisURI helper function

This commit is contained in:
Ken Hibino
2020-03-26 07:31:08 -07:00
parent 789a9fd711
commit eb8ced6bdd
4 changed files with 200 additions and 0 deletions

View File

@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- `ParseRedisURI` helper function is added to create a `RedisConnOpt` from a URI string.
## [0.8.0] - 2020-04-19
### Changed