Skip to content

KevinGreene/redis-api

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Redis API

A simple API to allow access to a redis instance from Slack.

To set up the server, make sure to set the environment variables, potentially through a local .env file with dotenv

REDIS_HOST=REDIS_HOST_HERE
REQUIRED_TOKEN=SLACK_TOKEN_HERE

For development, load the app with

bundle exec rerun -b app.rb

To add an integration with Slack, after deploying somewhere, add /redis as a command that posts to the /redis endpoint of your deployed application.

About

A redis API for use with Slack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages