Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
opalmer committed Oct 16, 2024
1 parent c3bc0b7 commit 4909303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/stash/with_redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var errPasswordsDoNotMatch = goerrors.New("a redis url was parsed that contained
// url has produced the same password. Preferably, one should use EITHER a redis url or a host:port
// combination w/password but not both. More information on the redis url structure can be found
// here: https://github.com/redis/redis-specifications/blob/master/uri/redis.txt
func getRedisClientOptions(endpoint string, password string) (*redis.Options, error) {
func getRedisClientOptions(endpoint, password string) (*redis.Options, error) {
// Try parsing the endpoint as a redis url first. The redis library does not define
// a specific error when parsing the url so we fall back on the old config here
// which passed in arguments.
Expand Down

0 comments on commit 4909303

Please sign in to comment.