Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: it allows the defining of Redis "db" #292

Merged
merged 1 commit into from
Sep 3, 2021
Merged

feat: it allows the defining of Redis "db" #292

merged 1 commit into from
Sep 3, 2021

Conversation

azorpax
Copy link
Contributor

@azorpax azorpax commented Sep 3, 2021

Description

Introducing new env param "BINANCE_REDIS_DB", this allows the defining of which "db" will be used in Redis Instance.

Related Issue

#286

Motivation and Context

Currently, to run multiple bots in one machine, we also need multiple Redis container. However, the Redis Instance itself has multiple DB which can be utilized by each different bot. This means that we can run multiple bots in only one Redis container by defining which DB should the bot use.

How Has This Been Tested?

Tested in my RPi.

Screenshots (if appropriate):

image

@chrisleekr chrisleekr merged commit 34b3dce into chrisleekr:master Sep 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants