gitea/modules/nosql
zeripath 1b017fe7ca
Fix setting redis db path ()
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>
..
leveldb.go Allow common redis and leveldb connections ()
manager.go [Vendor] Update go-redis to v8.5.0 ()
manager_leveldb.go Allow common redis and leveldb connections ()
manager_redis.go Fix setting redis db path ()
redis.go Allow common redis and leveldb connections ()
redis_test.go Allow common redis and leveldb connections ()