unix socket can't connect to .sock
file in the current directory by relatice path
#123
Labels
documentation
Improvements or additions to documentation
valkey-server --save "" --unixsocket ./valkey.sock --unixsocketperm 777
valkey.exceptions.ConnectionError: Error 2 connecting to /valkey.sock. No such file or directory.
the only way it seems to work is by giving an absolute path
"/home/user/project/..."
The text was updated successfully, but these errors were encountered: