Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
fix: redis script bug unbound variable
Browse files Browse the repository at this point in the history
  • Loading branch information
biswaroop1547 committed Nov 3, 2023
1 parent bddfb8d commit badf56c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vec-redis/setup-redis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ MODULEDIR="$tmpdir/lib"
--protected-mode no \
--daemonize no \
--loadmodule "${MODULEDIR}/redisearch.so" ${REDISEARCH_ARGS} \
--loadmodule "${MODULEDIR}/redisgears.so" v8-plugin-path "${MODULEDIR}/libredisgears_v8_plugin.so" ${REDISGEARS_ARGS} \
"$@") &

wait

0 comments on commit badf56c

Please sign in to comment.