remq 0.0.1a
Remq is a Redis-based protocol for building fast, persistent pub/sub message queues. The Remq protocol is defined by a collection of Lua scripts (located at https://github.com/kainosnoema/remq) which effectively turn Redis into a capable message queue broker for fast inter-service communication. The Remq Ruby client library is built on top of these scripts, making it easy to build fast, persisted pub/sub message queues.
Gemfile:
=
install:
=
Versions:
Show all versions (4 total)Runtime Dependencies (2):
multi_json
~> 1.0
redis
~> 3.0.1