タグ

ブックマーク / redis.io (3)

  • RediSearch Documentation

    Searching and querying Redis data Redis Stack offers an enhanced Redis experience via the following search and query features: A rich query language Incremental indexing on JSON and hash documents Vector search Full-text search Geospatial queries Aggregations You can find a complete list of features in the reference documentation. The search and query features of Redis Stack allow you to use Redis

    braitom
    braitom 2020/07/10
    ほう。“RediSearch is a source available Full-Text and Secondary Index engine over Redis,”
  • Search Benchmarking: RediSearch vs. Elasticsearch - Redis

    Click to learn more about RediSearch: RediSearch: A High Performance Search Engine as a Redis Module white paper Background RediSearch is a distributed full-text search and aggregation engine built as a module on top of Redis. It enables  users to execute complex search queries on their Redis dataset in an extremely fast manner. The unique architecture of RediSearch, which was written in C and bui

    Search Benchmarking: RediSearch vs. Elasticsearch - Redis
    braitom
    braitom 2019/04/21
    Redis用の全文検索エンジンRediSearchとElasticsearchのベンチマーク比較。wikipediaのデータセットのindexingとクエリーの速度、マルチテナント環境でのindexing速度を比較している。RediSearch速いな。
  • Redis Graph - a graph database module for Redis

    RedisGraph is the first queryable Property Graph database to use sparse matrices to represent the adjacency matrix in graphs and linear algebra to query the graph. Primary features Based on the Property Graph Model Nodes (vertices) and Relationships (edges) that may have attributes Nodes that can be labeled Relationships have a relationship type Graphs represented as sparse adjacency matrices Cyph

    braitom
    braitom 2018/03/19
    ほう。“This project is a Redis module that implements a graph database”
  • 1