-
Notifications
You must be signed in to change notification settings - Fork 999
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
NO Official RPM Repository Available and very confusing #2766
Comments
Thank you for bringing this issue to our attention! We're always looking for ways to improve Dragonfly.
Regarding the EL9 issue: Could you please provide the log output or any other clues you've found? This will help us pinpoint the problem and work towards a solution. |
Another thing, Dragonfly does not have |
The problem was in your compiled rpm file where you need to make changes to your dragonfly.spec file while compiling:
I solved the issue with the following commands: cd /usr/local/bin & Now, dragonfly is up and running in my server!! So, please make necessary changes to your .spec file while compiling. |
@skrlance would you like to send a PR? |
This is my dargonfly.conf file and I will add cache_mode flag as you suggested:
|
What PR? |
Also, I forgot to mention, we should be removing: #Restart=always From: Or, dragonfly will crash and won't start. |
why is that? |
Did you search GitHub Issues and GitHub Discussions First?
Yes
Is your feature request related to a problem? Please describe.
Dragonfly doesn't have it's own repository to install on Enterprise Linux 9. I tried installing rpm file provided on the released package on EL9 but dragonfly doesn't starts.
Describe the solution you'd like
First of all I need separate precompiled rpm repository for EL8 and EL9 available to download and install through dragonfly official website.
Second is I don't see anywhere in the example or configuration to set maxmemory, requirepass, and maxmemory-policy directly on configuration file. The available documentation doesn't teaches a much.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I am also thinking to try out KeyDB but it appears like Dragonfly is much better solution that it. So, I want to go for Dragonfly.
Additional context
Please make the rpm repository available and keep example configuration to set maxmemory, requirepass, and maxmemory-policy in the main configuration file.
The text was updated successfully, but these errors were encountered: