Adds host to redis setup as it does not make sense to continue if there is no host in redis.
This commit is contained in:
parent
bfdcee3772
commit
0dfd51f81a
@ -87,6 +87,7 @@ if test x"$PREPARE_REDIS" = xyes; then
|
||||
cat <<EOF | redis-cli -p ${REDIS_PORT} -n 5
|
||||
HMSET rails:users:localhost id ${TESTUSERID} \
|
||||
database_name '${TEST_DB}' \
|
||||
database_host localhost \
|
||||
map_key 1234
|
||||
SADD rails:users:localhost:map_key 1235
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user