Skip to content

Commit 2f62c01

Browse files
committed
chore(oprs): remove the default address
- Remove the default address `127.0.0.1:6379` from the options configuration Signed-off-by: appleboy <[email protected]>
1 parent 0acb5a6 commit 2f62c01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

options.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ func WithSkipTLSVerify() Option {
153153

154154
func newOptions(opts ...Option) options {
155155
defaultOpts := options{
156-
addr: "127.0.0.1:6379",
157156
streamName: "golang-queue",
158157
group: "golang-queue",
159158
consumer: "golang-queue",

0 commit comments

Comments
 (0)