Add the option to build Redis with modules (#13524)
A new BUILD_WITH_MODULES flag was added to the Makefile to control
building the module directory.
The new module directory includes a general Makefile that iterates
over each module, fetch a specific version, and build it.
Co-authored-by:
YaacovHazan <yaacov.hazan@redislabs.com>
modules/Makefile
0 → 100644
modules/common.mk
0 → 100644
modules/redisbloom/Makefile
0 → 100644
modules/redisearch/Makefile
0 → 100644
modules/redisjson/Makefile
0 → 100644
Please register or sign in to comment