Skip to content

Commit b7f0070

Browse files
author
Artem
committed
#RI-4216 add redisearch module with coordinator
1 parent a79101d commit b7f0070

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

tests/e2e/rte/oss-cluster-7-rs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ FROM redis:7.0.8
66

77
COPY redis.conf /etc/redis/
88
COPY --from=rejson /usr/lib/redis/modules/rejson.so /etc/redis/modules/
9-
COPY --from=redisearch /usr/lib/redis/modules/redisearch.so /etc/redis/modules/
9+
COPY module-oss.so /etc/redis/modules/
1010

1111
CMD [ "redis-server", "/etc/redis/redis.conf" ]
4.56 MB
Binary file not shown.

tests/e2e/rte/oss-cluster-7-rs/redis.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# it will abort. It is possible to use multiple loadmodule directives.
4242
#
4343
loadmodule /etc/redis/modules/rejson.so
44-
loadmodule /etc/redis/modules/redisearch.so
44+
loadmodule /etc/redis/modules/module-oss.so
4545
# loadmodule /path/to/other_module.so
4646

4747
################################## NETWORK #####################################

0 commit comments

Comments
 (0)