diff options
author | Justin Sievenpiper <justin@sievenpiper.co> | 2022-03-30 12:12:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-30 21:12:02 +0200 |
commit | a2c20a6cab8666c5d4dcdb04b6a64a77a55bfc71 (patch) | |
tree | 283a51c686d6ea8abb6a74c62fd9b573d59b2fd2 /options | |
parent | 1d332342db6d5bd4e1552d8d46720bf1b948c26b (diff) | |
download | gitea-a2c20a6cab8666c5d4dcdb04b6a64a77a55bfc71.tar.gz gitea-a2c20a6cab8666c5d4dcdb04b6a64a77a55bfc71.zip |
Add Redis Sentinel Authentication Support (#19213)
Gitea was not able to supply any authentication parameters to it. So this brings support to do that, along with some light extraction of a couple of bits into some separate functions for easier testing.
I looked at other libraries supporting similar RedisUri-style connection strings (e.g. Lettuce), but it looks like this type of configuration is beyond what would typically be done in a connection string. Since gitea doesn't have configuration options for manually specifying all this redis connection detail, I went ahead and just chose straightforward names for these new parameters.
Diffstat (limited to 'options')
0 files changed, 0 insertions, 0 deletions