Я установил hiredis
в Ubuntu.
Мой redis.conf
файл содержит следующие строки
#unixsocket /var/run/redis/redis.sock
#unixsocketperm 700
Он не работал. Поэтому я изменил это на следующие строки:
unixsocket /tmp/redis.sock
unixsocketperm 755
В то время как make test
для hiredis, я получаю следующую ошибку
Testing against Unix socket connection (/tmp/redis.sock):
Connection error: No such file or directory
Makefile:195: recipe for target 'test' failed
make: *** [test] Error 1