Sha256: a4f30495c4f12f90927290f9c4bc80eadf3fb43625fa78c962e47ca3c60cce59
Contents?: true
Size: 328 Bytes
Versions: 1
Compression:
Stored size: 328 Bytes
Contents
# lita-redis The handler which sends any command to `Lita.redis`. ## Installation Add lita-redis to your Lita instance's Gemfile: ``` ruby gem 'lita-redis' ``` ## Usage ``` ruby route /^redis /, :send, command: true, restrict_to: :admins, help: {'redis COMMAND [ARG ...]' => 'Sends a COMMAND to Lita.redis with ARG.'} ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lita-redis-0.1.0 | README.md |