changed redis.pid to keydb.pid where necessary
Former-commit-id: 76d9c7c82abe7aecc7301d82e755953a37513138
This commit is contained in:
parent
45480d3aaf
commit
39a3238a8f
@ -131,8 +131,8 @@ tcp-keepalive 300
|
|||||||
|
|
||||||
################################# GENERAL #####################################
|
################################# GENERAL #####################################
|
||||||
|
|
||||||
# By default Redis does not run as a daemon. Use 'yes' if you need it.
|
# By default KeyDB does not run as a daemon. Use 'yes' if you need it.
|
||||||
# Note that Redis will write a pid file in /var/run/redis.pid when daemonized.
|
# Note that KeyDB will write a pid file in /var/run/keydb.pid when daemonized.
|
||||||
daemonize yes
|
daemonize yes
|
||||||
|
|
||||||
# If you run Redis from upstart or systemd, Redis can interact with your
|
# If you run Redis from upstart or systemd, Redis can interact with your
|
||||||
@ -151,7 +151,7 @@ supervised no
|
|||||||
#
|
#
|
||||||
# When the server runs non daemonized, no pid file is created if none is
|
# When the server runs non daemonized, no pid file is created if none is
|
||||||
# specified in the configuration. When the server is daemonized, the pid file
|
# specified in the configuration. When the server is daemonized, the pid file
|
||||||
# is used even if not specified, defaulting to "/var/run/redis.pid".
|
# is used even if not specified, defaulting to "/var/run/keydb.pid".
|
||||||
#
|
#
|
||||||
# Creating a pid file is best effort: if Redis is not able to create it
|
# Creating a pid file is best effort: if Redis is not able to create it
|
||||||
# nothing bad happens, the server will start and run normally.
|
# nothing bad happens, the server will start and run normally.
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# Redis configuration for testing.
|
# KeyDB configuration for testing.
|
||||||
|
|
||||||
always-show-logo yes
|
always-show-logo yes
|
||||||
notify-keyspace-events KEA
|
notify-keyspace-events KEA
|
||||||
daemonize no
|
daemonize no
|
||||||
pidfile /var/run/redis.pid
|
pidfile /var/run/keydb.pid
|
||||||
port 6379
|
port 6379
|
||||||
timeout 0
|
timeout 0
|
||||||
bind 127.0.0.1
|
bind 127.0.0.1
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Minimal configuration for testing.
|
# Minimal configuration for testing.
|
||||||
always-show-logo yes
|
always-show-logo yes
|
||||||
daemonize no
|
daemonize no
|
||||||
pidfile /var/run/redis.pid
|
pidfile /var/run/keydb.pid
|
||||||
loglevel verbose
|
loglevel verbose
|
||||||
|
Loading…
x
Reference in New Issue
Block a user