1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/textproc/redisearch/pkg-descr
Sergey A. Osokin e79e1d8226 Add RediSearch - a source available Full-Test and Secondary
Index engine over Redis, developed by Redis Labs.

Differential Revision:	https://reviews.freebsd.org/D20061
2020-02-25 23:31:27 +00:00

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/