sewenew / redis-plus-plus

Redis client written in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting invalid URI: no scheme

ksohan opened this issue · comments

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

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

Any specific version of C++ needed? Or any special flags?

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.

Since there's no update, I'll close it.

Regards