タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

redisに関するprogrhymeのブックマーク (6)

  • NEW: Redis Cloud Clusters with Regular Expression Sharding | Redis

    What is a Redis Cluster and why should you use it?Before diving into the details of this announcement, I’d first like to go over the “why” and “what” of a Redis Cluster. Redis, the fastest data store available today, is an open source, in-memory NoSQL database. Redis’ architecture is such that a single Redis server is bound by the hardware of the host that it is running on — specifically that serv

    NEW: Redis Cloud Clusters with Regular Expression Sharding | Redis
    progrhyme
    progrhyme 2015/04/22
    Cluster は shared-nothing 型。/ "NEW: Redis Cloud Clusters with Regular Expression Sharding"
  • memorandum of key_amb — Redis Cluster について

    Redis Cluster のリシャーディングとorphaned masterの話 - CyberAgent エンジニア Advent Calendar 2014 2日目 : https://gist.github.com/yutori/158e5eeea60ba2914d1a Redis 3.0 リリース前のやつ。これ見ると Redis Cluster の場合、よくある分散型KVSみたいにレプリカ数を設定するわけじゃなくて、各masterに対して明示的にslaveをぶら下げる形のようだ。現実的には N台のmasterに対して slave 0台 (マスターのみでデータロストを許容する) or slave N台 (1台壊れたら直ちに代替機を作る) or slave N+1台 (1台死んでもまだ冗長性担保される) or slave N+2台あたりから選択する感じかな。こうすると、分散KVSでレ

    memorandum of key_amb — Redis Cluster について
  • Key-Valueストア「Redis 3.0」リリース、クラスタリングにネイティブ対応 | OSDN Magazine

    オープンソースのKey-ValueストアRedisの開発チームは4月1日、最新安定版「Redis 3.0」リリースを発表した。クラスタリングのネイティブ対応を実現し、今後の土台を作った。 RedisはCで実装された高速なKey-Valueストア。キーとして文字列だけでなくハッシュ、リスト、セット、ソート済みセット、bitmaps、HyperLogLogなどさまざまなデータを利用できることから、データ構造サーバーと呼ばれることもある。アトミック動作、マスター/スレーブ型レプリケーション、シャーディングなどの機能を持ち、RubyPythonPHP、Erlang、Tcl、Perl、Lua、JavaScala、Clojureなどさまざまな言語から利用できる。プロジェクトはPivotalの支援を受けており、3条項BSDライセンスで公開されている。 Redis 3.0は2010年9月に公開された

    Key-Valueストア「Redis 3.0」リリース、クラスタリングにネイティブ対応 | OSDN Magazine
  • Redis cluster, no longer vaporware. - <antirez>

    antirez 3957 days ago. 297823 views. The first commit I can find in my git history about Redis Cluster is dated March 29 2011, but it is a “copy and commit” merge: the history of the cluster branch was destroyed since it was a total mess of work-in-progress commits, just to shape the initial idea of API and interactions with the rest of the system. Basically it is a roughly 4 years old project. Th

    progrhyme
    progrhyme 2015/04/03
    これ半年前の記事なんですが、Redis Cluster 開発の歴史がよくわかります。/ Redis cluster, no longer vaporware. - Antirez weblog /
  • インメモリDBのRedis 3.0安定版がリリース。Redisクラスタを構成可能に

    キーバリューストアのRedisの最新版「Redis 3.0」安定版が正式にリリースされました。1月にリリース候補第2版が出ておりその時点で次回が安定版と予告されていたため、予告通りのリリースとなりました。 Redisはメモリ上でデータを扱うインメモリデータベースで、その高速性が大きな特長です。Redis 3.0ではこの高速性を生かしつつクラスタ構成を備えたことで、より大規模に展開できるようになりました。 Redis Clusterのドキュメントによると、1000ノードまではリニアに性能がスケールするとのことで、単体サーバでRedisを運用するのに比較して大規模なデータを扱えるようになります。またクラスタ内の一部のノードが落ちても全体としては動作しつづける仕組みのため、データベースの可用性も高めることができるようになりました。 データはRedisクラスタのノードに対して自動的にシャーディング

    インメモリDBのRedis 3.0安定版がリリース。Redisクラスタを構成可能に
  • Ninja 2.0.0 released!

    progrhyme
    progrhyme 2015/04/02
    クラスタ化してsentinel運用なくなったら嬉しいかなー / [release] Redis 3.0.0 is out. - Google グループ /
  • 1