RubyGems Navigation menu

transaction 1.0.0

Record status along with other relevant information of transactions or tasks. These tasks can be a cron job, large background jobs or a simple method. Any task can be plugged into a transaction block. Transaction uses Redis to store the current status along with other information. The events within the transaction block can be published via Pubsub client (ex. Pusher, PubNub or any valid pubsub client).These events can be subscribed in the client app for the live status of the transaction.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 1.0.0 - August 11, 2019 (14KB)
  2. 0.1.7 - July 21, 2019 (12.5KB)
  3. 0.1.6.beta - July 19, 2019 (12.5KB)
  4. 0.1.5 - July 19, 2019 (12KB)
  5. 0.1.4 - July 18, 2019 (11KB)
全てのバージョンを表示(全10件)

Runtime依存関係 (1):

redis >= 4.0.2

Development依存関係 (4):

bundler ~> 2.0
rake ~> 12.3
rspec ~> 3.0
simplecov >= 0

所有者:

プッシュ者:

作者:

  • Anurag Tiwari

SHA 256チェックサム:

fe11927fd6d809da8e4478fe5660cbeec326b9f8c17f09817cb8d80bfd737184

累計ダウンロード数 16,275

このバージョンのみ 2,386

ライセンス:

MIT

必要なRubyのバージョン: >= 2.4.0

リンク: