タグ

nosqlとredis-3.2.0に関するnabinnoのブックマーク (2)

  • GEO APIが加わった「Redis 3.2」リリース | OSDN Magazine

    オープンソースのKey-Valueストア「Redis」の開発チームは5月6日、最新版「Redis 3.2.0」をリリースした。GEO APIの導入、メモリ最適化、Luaスクリプティング機能の強化などが特徴となる。 RedisはCで実装されたインメモリ型のデータ構造ストア。文字列やハッシュ、リスト、セットなどのデータを格納できる。レプリケーション、Luaスクリプティング、オンディスクによる永続化などの機能を持ち、データベース、キャッシュ、メッセージブローカーに最適としている。ライセンスは3条項BSDライセンス。 Redis 3.2は2015年4月に公開されたバージョン3系の最新版となる。新たにBITFIELDコマンドが加わり、文字列を整数で構成されたビットアレイとして利用できるようになった。SPOP、CONFIG GET、DEBUGなどのコマンドも強化した。同じく新機能として、緯度と経度でイ

    GEO APIが加わった「Redis 3.2」リリース | OSDN Magazine
  • Redis 3.2.0 is out! - <antirez>

    antirez 3205 days ago. 280162 views. It took more than expected, but finally we have it, Redis 3.2.0 stable is out with changes that may be useful to a big number of Redis users. At this point I covered the changes multiple time, but the big ones are: * The GEO API. Index whatever you want by latitude and longitude, and query by radius, with the same speed and easy of use of the other Redis data s

  • 1