func github.com/go-redis/redis/v8.appendArg

3 uses

	github.com/go-redis/redis/v8 (current package)
		commands.go#L42: 		return appendArg(dst, src[0])
		commands.go#L49: func appendArg(dst []interface{}, arg interface{}) []interface{} {
		commands.go#L1431: 	args = appendArg(args, a.Values)