You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
Version
2.9.0
Minimal reproduce step
What did you expect to see?
Correct and precise comments
What did you see instead?
First in the config it says
# By default, kvrocks does not run as a daemon. Use 'yes' if you need it.
# Note that kvrocks will write a PID file in /var/run/kvrocks.pid when daemonized
daemonize no
and then
# When running in daemonize mode, kvrocks writes a PID file in ${CONFIG_DIR}/kvrocks.pid by
# default. You can specify a custom pid file location here.
# pidfile /var/run/kvrocks.pid
And /var/run is definitely not a ${CONFIG_DIR}. One of these two seems to be off.
Anything Else?
No response
Are you willing to submit a PR?
I'm willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Version
2.9.0
Minimal reproduce step
What did you expect to see?
Correct and precise comments
What did you see instead?
First in the config it says
and then
And
/var/run
is definitely not a${CONFIG_DIR}
. One of these two seems to be off.Anything Else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: