Redisearch: Can't install redis-server with search module

Created on 1 Jan 2017  路  5Comments  路  Source: RediSearch/RediSearch

Need the option to install redis-server 4.0 RCe and specify the search module for the executable.

Most helpful comment

@eitanshapiro not sure what your issue is, but maybe this will help:

  1. clone this repo
  2. cd src
  3. make
  4. add the path to module.so to your redis.conf. For example, my redis.conf looks like this: loadmodule /Users/mheiber/dev/RediSearch/src/module.so
  5. restart redis-server. On startup, it should say "Module 'ft' loaded"

All 5 comments

Please explain what you mean.

@eitanshapiro not sure what your issue is, but maybe this will help:

  1. clone this repo
  2. cd src
  3. make
  4. add the path to module.so to your redis.conf. For example, my redis.conf looks like this: loadmodule /Users/mheiber/dev/RediSearch/src/module.so
  5. restart redis-server. On startup, it should say "Module 'ft' loaded"

@eitanshapiro care to elaborate on this? or shall I close it?

what behavior do you imagine?

Adding the module to the config helped. Thx.

In case anyone lands here in the future, see the RediSearch Quick Start.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

onexdrk picture onexdrk  路  6Comments

cit68 picture cit68  路  8Comments

ethanhann picture ethanhann  路  6Comments

luistrigueiros picture luistrigueiros  路  6Comments

tw-bert picture tw-bert  路  4Comments