Skip to content

Commit

Permalink
note on db parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Dec 22, 2024
1 parent 645d204 commit ba0a336
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/17_database.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
| **SQLite** | Lightweight relational DB for single instances | `~/.local/share/hivemind-core/clients.db` | Configurable via `--db-name` and `--db-folder` |
| **Redis** | Distributed, high-performance environments | `localhost:6379` | Configurable via `--redis-host` and `--redis-port` |

> ⚠️ ensure you use the same database parameters when launching `hivemind-core` and registering clients!
**How to Choose?**

- For **scalability** or multi-instance setups, use Redis.
Expand Down

0 comments on commit ba0a336

Please sign in to comment.