1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/textproc/redisearch16/pkg-descr
Sergey A. Osokin 5416d86007 Repo-copy textproc/redisearch to textproc/redisearch16 and
update to the recent stable version v2.0.
2021-03-10 22:11:41 +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/