Source: redisearch Section: python Priority: optional Maintainer: Chris Lamb Build-Depends: cmake, debhelper-compat (= 13), Standards-Version: 4.5.0 Homepage: https://github.com/goodform/RediSearch Vcs-Git: https://salsa.debian.org/lamby/pkg-redisearch.git Vcs-Browser: https://salsa.debian.org/lamby/pkg-redisearch Rules-Requires-Root: no Package: redis-redisearch Architecture: any Depends: redis-server, ${misc:Depends}, ${shlibs:Depends}, Description: Full-text and secondary search index engine module for Redis Redisearch implements a search engine on top of Redis but unlike other search libraries it does not use internal data structures such as sorted sets. . This also enables more advanced features such as exact phrase matching and numeric filtering for text queries that are not possible or efficient with traditional Redis search approaches. Package: redis-redisearch-doc Section: doc Architecture: all Depends: ${misc:Depends}, Multi-Arch: foreign Description: Full-text and secondary search index engine module for Redis (documentation) Redisearch implements a search engine on top of Redis but unlike other search libraries it does not use internal data structures such as sorted sets. . This also enables more advanced features such as exact phrase matching and numeric filtering for text queries that are not possible or efficient with traditional Redis search approaches. . This package contains the documentation for redisearch.