Skip to content

Commit

Permalink
Fix Redis CE tests (#3233)
Browse files Browse the repository at this point in the history
* Fix Redis CE tests

* Remove manually modules installation
  • Loading branch information
ofekshenawa authored Jan 15, 2025
1 parent 91dddc2 commit e953b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- REDIS_CLUSTER=no
- PORT=6379
- TLS_PORT=6666
command: --loadmodule /usr/local/lib/redis/modules/redisbloom.so --loadmodule /usr/local/lib/redis/modules/redisearch.so --loadmodule /usr/local/lib/redis/modules/redistimeseries.so --loadmodule /usr/local/lib/redis/modules/rejson.so

ports:
- 6379:6379
- 6380:6379
Expand Down

0 comments on commit e953b76

Please sign in to comment.