-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb48711
commit 127a222
Showing
2 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# You can read more about keydb configuration: https://docs.keydb.dev/docs/config-file/ | ||
# The default port | ||
port 6379 | ||
# Your password, make sure to change this | ||
requirepass jgsay7f2fgfgda6acCa7g()jaba51! | ||
|
||
# Choose max memory, adjust this to the server where you run keydb | ||
# You can also choose how many objects that should stay in keydb | ||
# by changing removeOnComplete in the server configuration | ||
maxmemory 6GB | ||
maxmemory-policy allkeys-lru | ||
|
||
# You can configure to store the the data so that queued tests will survive | ||
# a restart | ||
appendonly yes | ||
appendfilename appendonly.aof | ||
appendfsync everysec | ||
|
||
|
||
|