Getting invalid URI: no scheme
ksohan opened this issue · 4 comments
ksohan commented
Describe the problem
All the details are written in this stackoverflow question. Please have a look and suggest how can I solve it.
Issue
Environment:
- OS: Windows
- Compiler: MVSC
- hiredis version: 1.2.0 from VCPKG
- redis-plus-plus version: 1.3.10 from VCPKG
sewenew commented
Sorry, I cannot reproduce your problem with my Linux box. So far, I don't have a Windows box nearby, and cannot test it on Windows.
However, your code looks good to me. Maybe you can try another version? Or install it with MVSC directly: follow this.
Regards
ksohan commented
Any specific version of C++ needed? Or any special flags?
sewenew commented
redis-plus-plus works with C++11 or later. No special flag should be specified. Also you can run the test program, which tests the URI case.
sewenew commented
Since there's no update, I'll close it.
Regards