タグ

redisに関するjune29のブックマーク (7)

  • Redisがモジュールのライセンスを変更、商用利用に制限 | OSDN Magazine

    オープンソースのNoSQLサーバー「Redis」を開発するRedis Labsが、アドオンモジュールのライセンスを変更した。パブリッククラウド事業者がRedisのマネージドサービスを提供していることに対し、制限を設ける狙いだ。 Redisはインメモリのデータ構造ストアのオープンソースプロジェクト。ANSI Cで実装されており、LinuxやBSD系OS、macOSなどのPOSIX系システムをサポートする。データベースやキャッシュ、メッセージングなどの用途で利用されている。 RedisはBSDライセンスの下で公開されており、「Redis Modules」とするRedisを土台とするアドオンは作成者が選択するライセンス(BSD、MIT Licenseなど)で公開されている。Redis Labsは今回、Redis Labsが開発する一部のRedisモジュールのライセンスを、AGPLから「Commo

    Redisがモジュールのライセンスを変更、商用利用に制限 | OSDN Magazine
  • RedisのSorted Setsで簡易的な遅延実行Queueを作って迅速にLINE LIVEのPC配信対応をリリースした話 - LINE ENGINEERING

    ! This post is also available in the following languages. 英語, 韓国語 みなさんこんにちは、LINE LIVE開発のYappoです。 今回は先日リリースされました一般向けのPC配信機能を実装するときに作った簡易的な遅延実行Queueについて書いていこうと思います。 関連エントリ:LIVE PRESS 公式ブログ – ゲーム実況にもぴったり!LINE LIVEでPC横型ライブ配信を試してみよう 背景 今までのLINE LIVEでの配信方法としては、アプリ上で直接配信する方法と、公式アカウント向けの専用画面(LINE OFFICIAL ACCOUNT MANAGER)とRTMPソフト(もしくは専用機材)を利用してPCからの配信する方法がありました。 この2つの方法は全く違う仕組みで実装されるように見えますが、実は基となる設計は同じで

    RedisのSorted Setsで簡易的な遅延実行Queueを作って迅速にLINE LIVEのPC配信対応をリリースした話 - LINE ENGINEERING
    june29
    june29 2017/06/23
    知能だ。
  • Redsmin

    MonitoringMonitor your Redis instances with the highest level of granularity both in real-time and historical. Cloud ReadyManage your cloud hosted Redis servers directly from Redsmin. Microsoft Azure Redis cache, Redis Labs, Amazon AWS or Elasticache you name it! Manage Behind FirewallYour Redis servers may be deployed securely behind the firewall. Redsmin proxy will open and maintain a secure con

    june29
    june29 2016/10/10
    Redis 管理ツール。
  • Medis - Modern GUI for Redis

    Medis has proven to be highly compatible with data types like strings, lists, hashes, sets, sorted sets, streams, and even third-party modules like RedisJSON. With its visually appealing user interface, users can easily manage all their data in an enjoyable manner.

    june29
    june29 2016/01/15
    Redis の Mac 向け GUI クライアント。
  • ソート済みセット型 — redis 2.0.3 documentation

    ソート済みセット型¶ Redisソート済みセット型はRedisセット型とよく似ていて、Redis文字列型の集合となっています。違いはソート済みセットのすべてのメンバはスコアに関連したハッシュ値を持っています。元となっているスコアを用いてメンバを順番に並べます。 Redisソート済みセットに新しいメンバを追加するには要素のスコアを指定して ZADD コマンドを用います。すでにソート済みセット内に存在するメンバに対して異なるスコアを用いて ZADD を呼ぶと、順番が正しくなるようにその要素を正しい場所に移動させます。 Redisソート済みセットからある範囲の要素を取得することが可能です。これはRedisリストの LRANGE と同様に ZRANGE コマンドを用います。 またあるスコアの範囲で要素を取得または削除することも可能で、それには ZRANGEBYSCORE や ZREMRANGEBY

    june29
    june29 2015/11/12
    Sorted Set のコマンドについて。
  • Understand Redis data types

    Overview of data types supported by Redis Redis is a data structure server. At its core, Redis provides a collection of native data types that help you solve a wide variety of problems, from caching to queuing to event processing. Below is a short description of each data type, with links to broader overviews and command references. Each overview includes a comprehensive tutorial with code samples

    june29
    june29 2015/11/12
    Redis におけるデータ型について。
  • Les Hill — Using Resque and Resque Scheduler on Heroku

    Updated! July 26, 2011 Now covers both the Bamboo and Cedar stacks and incorporates feedback from Scott Watermasysk and our own experiences using Resque on Heroku. When it comes to background processing, I use resque — I do not even consider the other popular alternative delayed_job. I seem to be in good company, this is a tweet from @tobi, the author of delayed_job: I feel like I have to write a

  • 1