タグ

2017年12月27日のブックマーク (2件)

  • 暗号通貨とウェブの未来を考える

    お前は誰 / このテキストは何 twitter @mizchi で 、最近興味をもったフリーランスのプログラマです。主に JavaScript でゴリゴリ動く UI を作る人です。 ここ最近、2ヶ月ほど暇を見つけては暗号通過を勉強していました。自分で ethereum の test network を動かしたり、簡単なスマートコントラクトを書いたり、そもそもブロックチェーンを自分で実装したり、トレンドのニュースにキャッチアップしたり… そうしてる間に、ようやく bitflyerとcoincheckの審査通ったんで、関連サービス見て回ってて、前から気になってた monappy にテキストと投稿機能があるのに気づきました。 勉強した結果、仮想通貨に未来を感じたので、その所感をここに書いています。知ったかぶりして適当に書くと上から目線で殴られて勉強になるというメソッドです。 そもそも論: 現在の

  • Key eviction

    Overview of Redis key eviction policies (LRU, LFU, etc.) When Redis is used as a cache, it is often convenient to let it automatically evict old data as you add new data. This behavior is well known in the developer community, since it is the default behavior for the popular memcached system. This page covers the more general topic of the Redis maxmemory directive used to limit the memory usage to