hiredis icon indicating copy to clipboard operation
hiredis copied to clipboard

Add adapters/libhv

Open ithewei opened this issue 3 years ago • 0 comments

Build steps:

git clone https://github.com/ithewei/libhv
cd libhv
./configure && make && sudo make install

git clone -b libhv https://github.com/ithewei/hiredis
cd hiredis
mkdir build
cd build
cmake .. -DENABLE_EXAMPLES=ON
make
./examples/example-libhv

output:

Connected...
argv[end-1]: ./examples/example-libhv
Disconnected...

ithewei avatar Dec 23 '20 02:12 ithewei