Home
last modified time | relevance | path

Searched refs:REDIS_LOG_FILE (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/utils/
H A Dinstall_server.sh94 if [ -z "$REDIS_LOG_FILE" ] ; then
98 read -p "Please select the redis log file name [$_REDIS_LOG_FILE] " REDIS_LOG_FILE
99 if [ -z "$REDIS_LOG_FILE" ] ; then
100 REDIS_LOG_FILE=$_REDIS_LOG_FILE
101 echo "Selected default - $REDIS_LOG_FILE"
141 echo "Log file : $REDIS_LOG_FILE"
151 mkdir -p `dirname "$REDIS_LOG_FILE"` || die "Could not create redis log dir"