2019年3月23日のブックマーク (3件)

  • GitHub - antirez/neural-redis: Neural networks module for Redis

    Machine learning is like highschool sex. Everyone says they do it, nobody really does, and no one knows what it actually is. -- @Mikettownsend. Neural Redis is a Redis loadable module that implements feed forward neural networks as a native data type for Redis. The project goal is to provide Redis users with an extremely simple to use machine learning experience. Normally machine learning is opera

    GitHub - antirez/neural-redis: Neural networks module for Redis
    proxy0721
    proxy0721 2019/03/23
  • Redis modules API

    Introduction to writing Redis modules The modules documentation is composed of the following pages: Introduction to Redis modules (this file). An overview about Redis Modules system and API. It's a good idea to start your reading here. Implementing native data types covers the implementation of native data types into modules. Blocking operations shows how to write blocking commands that will not r

    proxy0721
    proxy0721 2019/03/23
  • Redis モジュールで遊んでみた - Qiita

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

    Redis モジュールで遊んでみた - Qiita
    proxy0721
    proxy0721 2019/03/23