lita-redis

The handler which sends any command to Lita.redis.

Installation

Add lita-redis to your Lita instance's Gemfile:

gem 'lita-redis'

Usage

route /^redis /, :send, command: true, restrict_to: :admins, help: {'redis COMMAND [ARG ...]' => 'Sends a COMMAND to Lita.redis with ARG.'}