Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/utils/
H A Dinstall_server.sh73 if ! echo $REDIS_PORT | egrep -q '^[0-9]+$' ; then
77 if ! echo $REDIS_PORT | egrep -q '^[0-9]+$' ; then
79 REDIS_PORT=$_REDIS_PORT
86 _REDIS_CONFIG_FILE="/etc/redis/$REDIS_PORT.conf"
97 _REDIS_LOG_FILE="/var/log/redis_$REDIS_PORT.log"
108 _REDIS_DATA_DIR="/var/lib/redis/$REDIS_PORT"
139 echo "Port : $REDIS_PORT"
155 TMP_FILE="/tmp/${REDIS_PORT}.conf"
159 PIDFILE="/var/run/redis_${REDIS_PORT}.pid"
194 REDISPORT=\"$REDIS_PORT\"\n\n
[all …]
/f-stack/app/redis-5.0.5/deps/hiredis/
H A DMakefile27 REDIS_PORT=56379 macro
32 port $(REDIS_PORT)
151 $(PRE) ./hiredis-test -h 127.0.0.1 -p $(REDIS_PORT) -s /tmp/hiredis-test-redis.sock || \