1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-06-08 12:16:17 +02:00
gitea/modules/nosql
zeripath 1b017fe7ca
Fix setting redis db path (#15698)
There is a bug setting the redis db in the common nosql manager whereby the db path
always fails.

This PR fixes this.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-05-03 13:24:24 -04:00
..
leveldb.go
manager.go
manager_leveldb.go
manager_redis.go Fix setting redis db path (#15698) 2021-05-03 13:24:24 -04:00
redis.go
redis_test.go