go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
44.01k stars 5.4k forks source link

Update docs to include different Redis connections #31618

Closed davama closed 2 weeks ago

davama commented 1 month ago

Feature Description

Good Day Everyone,

I am looking into making our gitea highly-available. We have a redis-sentinel cluster and wanted to see if gitea supports it. Looking around i found this interesting comment: https://github.com/go-gitea/gitea/issues/16017#issuecomment-851935738

I tested this on our dev gitea and it works well.

When i look at the redis module i see it uses a case switch for different Redis implementations.

Can we update the documentation so that folks are aware of these features? Willing to submit PR.

Thank you for your consideration

Thanks, Dave

Screenshots

No response

lunny commented 1 month ago

It's kind of you to send contributions. Please send docs PR to https://gitea.com/gitea/docs.

davama commented 1 month ago

@lunny

thank you for responding

PR is here: https://gitea.com/gitea/docs/pulls/38

kemzeb commented 2 weeks ago

Should we close this since the PR was merged?