kefah/RediSearch
Project ID: 94168
Description
Redis Search and Redis JSON Plugins
Installation Instructions
Pre-requirement: Need to have redis 7.2.x installed (can use Remi repo : http://rpms.remirepo.net) sudo install redis
Then enable this repo sudo dnf copr enable kefah/RediSearch
Then install the two modules sudo dnf install redisearch rejson
After installing, add the following to lines to /etc/redis/redis.conf loadmodule /usr/lib64/redis/modules/librejson.so loadmodule /usr/lib64/redis/modules/redisearch.so
Then (re)start redis service sudo systemctl start redis
Then check if the modules are loaded properly redis-cli module list
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 9 | x86_64 (69)* | EPEL 9 (53 downloads) |
Fedora 40 | aarch64 (17)*, x86_64 (93)* | Fedora 40 (45 downloads) |
Fedora 41 | aarch64 (4)*, x86_64 (6)* | Fedora 41 (7 downloads) |
Rhel 9 | x86_64 (98)* | Rhel 9 (54 downloads) |
* Total number of downloaded packages.