mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
e79e1d8226
Index engine over Redis, developed by Redis Labs. Differential Revision: https://reviews.freebsd.org/D20061
13 lines
494 B
Plaintext
13 lines
494 B
Plaintext
RediSearch is a source available Full-Text and Secondary Index
|
|
engine over Redis, developed by Redis Labs.
|
|
|
|
Redisearch implements a search engine on top of Redis, but
|
|
unlike other Redis search libraries, it does not use internal
|
|
data structures like sorted sets.
|
|
|
|
This also enables more advanced features, like exact phrase
|
|
matching and numeric filtering for text queries, that are not
|
|
possible or efficient with traditional Redis search approaches.
|
|
|
|
WWW: https://oss.redislabs.com/redisearch/
|