mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
a2c20a6cab
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. |
||
---|---|---|
.. | ||
leveldb.go | ||
manager_leveldb.go | ||
manager_redis_test.go | ||
manager_redis.go | ||
manager.go | ||
redis_test.go | ||
redis.go |