]> source.dussan.org Git - gitea.git/commit
Fix setting redis db path (#15698) (#15708)
authorzeripath <art27@cantab.net>
Mon, 3 May 2021 21:30:30 +0000 (22:30 +0100)
committerGitHub <noreply@github.com>
Mon, 3 May 2021 21:30:30 +0000 (22:30 +0100)
commit462c6fdee26c38c581ac74dd6a31902168ff99cf
treec128c58dcbaafcbf8f8c4a39e766c41dd1bbe1cc
parentcead819cb54b486be09bb8027007fabea7efa2bc
Fix setting redis db path (#15698) (#15708)

Backport #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>
modules/nosql/manager_redis.go