Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stlk/dokku-redis-db-id
- Owner: stlk
- License: mit
- Created: 2015-05-10T13:51:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-10T16:18:34.000Z (over 9 years ago)
- Last Synced: 2023-03-16T19:30:53.768Z (almost 2 years ago)
- Language: Shell
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.