File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 44REDISEARCH_ENVS=0
55if [ ! -z " ${REDISEARCH_URI} " ] || [ ! -z " ${REDISEARCH_USERNAME} " ] || [ ! -z " ${REDISEARCH_PASSWORD} " ] || [ ! -z " ${REDISEARCH_CLUSTER} " ] \
66|| [ ! -z " ${REDISEARCH_INSECURE} " ] || [ ! -z " ${REDISEARCH_CACERT_PATH} " ] || [ ! -z " ${REDISEARCH_KEY_PATH} " ] || [ ! -z " ${REDISEARCH_KEY_PASSWORD} " ] || [ ! -z " ${REDISEARCH_CERT_PATH} " ] \
7- || [ ! -z " ${REDISEARCH_CASE_INSENSITIVE_NAMES} " ] || [ ! -z " ${REDISEARCH_DEFAULT_LIMIT} " ] || [ ! -z " ${REDISEARCH_CURSOR_COUNT} " ]; then
7+ || [ ! -z " ${REDISEARCH_CASE_INSENSITIVE_NAMES} " ] || [ ! -z " ${REDISEARCH_DEFAULT_LIMIT} " ] || [ ! -z " ${REDISEARCH_CURSOR_COUNT} " ] || [ ! -z " ${REDISEARCH_RESP2} " ] ; then
88 REDISEARCH_ENVS=1
99fi
1010
1111export REDISEARCH_URI=${REDISEARCH_URI:- redis:// docker.for.mac.host.internal: 6379}
1212export REDISEARCH_USERNAME=${REDISEARCH_USERNAME}
1313export REDISEARCH_PASSWORD=${REDISEARCH_PASSWORD}
14+ export REDISEARCH_RESP2=${REDISEARCH_RESP2:- false}
1415export REDISEARCH_CLUSTER=${REDISEARCH_CLUSTER:- false}
1516export REDISEARCH_INSECURE=${REDISEARCH_INSECURE:- false}
1617export REDISEARCH_CACERT_PATH=${REDISEARCH_CACERT_PATH}
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ connector.name=redisearch
22redisearch.uri=${REDISEARCH_URI}
33redisearch.username=${REDISEARCH_USERNAME}
44redisearch.password=${REDISEARCH_PASSWORD}
5+ redisearch.resp2=${REDISEARCH_RESP2}
56redisearch.cluster=${REDISEARCH_CLUSTER}
67redisearch.insecure=${REDISEARCH_INSECURE}
78redisearch.cacert-path=${REDISEARCH_CACERT_PATH}
You can’t perform that action at this time.
0 commit comments