Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stlk/dokku-redis-db-id

Dokku plugin which distributes database ids of shared redis instance to all installed apps
https://github.com/stlk/dokku-redis-db-id

Last synced: about 1 month ago
JSON representation

Dokku plugin which distributes database ids of shared redis instance to all installed apps

Awesome Lists containing this project

README

        

# Redis plugin for Dokku

Project: https://github.com/progrium/dokku

## Installation

```
cd /var/lib/dokku/plugins
git clone https://github.com/stlk/dokku-redis-db-id redis-db-id
dokku plugins-install
```

## Commands
```
$ dokku help
```

## Info
This plugin is intended to be used alogside https://github.com/ohardy/dokku-redis. It distributes database ids of shared redis instance to all installed apps.

It assigns DB id to all your apps and exposes it as environment variable `REDIS_DB`.