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

  • 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

    tmatsuu
    tmatsuu 2018/03/20
    Redisモジュールとして動作するグラフデータベース。ほう
  • Redis Modules Hub - Redis

    Redis modules are add-ons to Redis that extend Redis to cover most popular use cases in a wide variety of industries. They seamlessly plug into ​Redis, are processed in-memory, and provide Redis’ simplicity, super high performance, scalability, and high availability. Modules can be created by anyone. With Redis modules you adapt your database to your data rather than the other way around. Use Redi

    Redis Modules Hub - Redis
    tmatsuu
    tmatsuu 2016/05/24
    Redis 3.4で使えるようになる予定のモジュール公開用サイト。作ってるのがredislabsなのでほぼ公式かな。オープンソース版のほか商用版も並ぶ予定らしい
  • High availability with Redis Sentinel

    High availability for non-clustered Redis Redis Sentinel provides high availability for Redis when not using Redis Cluster. Redis Sentinel also provides other collateral tasks such as monitoring, notifications and acts as a configuration provider for clients. This is the full list of Sentinel capabilities at a macroscopic level (i.e. the big picture): Monitoring. Sentinel constantly checks if your

    tmatsuu
    tmatsuu 2012/07/25
    Redis管理ツール。監視、通知、自動フェイルオーバーができるらしい。ほほう。
  • 1