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:
=
install:
=
Versions:
- 1.0.0 August 11, 2019 (14 KB)
- 0.1.7 July 21, 2019 (12.5 KB)
- 0.1.6.beta July 19, 2019 (12.5 KB)
- 0.1.5 July 19, 2019 (12 KB)
- 0.1.4 July 18, 2019 (11 KB)
Runtime Dependencies (1):
redis
>= 4.0.2