sewenew / redis-plus-plus

Redis client written in C++
Apache License 2.0
1.64k stars 351 forks source link

[QUESTION]How to run the test example? #381

Closed Fido1999 closed 1 year ago

Fido1999 commented 2 years ago

Describe the problem I transplant redis plus plus to a new system and i compile this tool successfuly.I run the test example with command ./(the name of executable file of redis plus plus test example) -h 127.0.0.1 -p 6379 . Redis has been deploy on the same mahcine with default configuration and test example reply as below:

Testing Redis... Test failed: A null status reply

Why it reply as this ? Dose it caused by wrong command parameter ?

sewenew commented 1 year ago

Cannot reproduce the problem. If you still have the problem, feel free to reopen it.

Regards