タグ

2017年8月16日のブックマーク (4件)

  • 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
  • Redis 4.0 RC1 出たし、Redis モジュールを紹介してみる - Qiita

    TL; DR (予想外に長くなってしまったので) Redis 4.0 がもう来年には来そうです!モジュール機能が使えるようになりますよ! というわけで、現状作られているモジュールを紹介してみます 個人的に特に面白いな/便利そうだなと思ったのは以下です Redis graph: グラフデータベース redablooms: ブルームフィルタ redis-cell: レートリミット (Rust で書かれてる!) RedisEx: Redis 便利コマンド詰め合わせ redis-module-shm: 変態モジュール 年末年始は Redis モジュール作ろう! 編 Redis 4.0 RC1 is out! My blog post about it is here: https://t.co/sv37Um6Pgb — Salvatore Sanfilippo (@antirez) 2016年1

    Redis 4.0 RC1 出たし、Redis モジュールを紹介してみる - Qiita
  • Redis Loadable Modules System - <antirez>

    It was a matter of time but it eventually happened. In the Redis 1.0 release notes, 7 years ago, I mentioned that one of the interesting features for the future was “loadable modules”. I was really interested in such a feature back then, but over the years I became more and more skeptic about the idea of adding loadable modules in Redis. And probably for good reasons. Modules can be the most inter

  • Redis モジュールで遊んでみた - Qiita

    ついに Redis がローダブル・モジュールに対応する兆しを見せています。Redis の開発者である antirez 氏のブログ記事 Redis Loadable Modules System で 4 ヶ月ほど前に紹介され、antirez/redis の unstable ブランチで精力的に(??)開発されています。 遊んでみようと思ってから早 4 ヶ月、いい加減重い腰を上げて今回触ってみたので紹介したいと思います。 tl; dr Redis モジュールで独自データ型作れる 今回はトライ木作って単語のオートコンプリートやってみた 永続化やレプリケーションも簡単に対応できた 夢が広がる Redis モジュールとは Redis の動作を拡張するためのオブジェクトファイルで、動的にロード/アンロードすることができます。 バージョン違いの Redis に対してモジュールが互換性を保てるように、そし

    Redis モジュールで遊んでみた - Qiita