Skip to content

Commit

Permalink
style: redis_standalone_writer.go
Browse files Browse the repository at this point in the history
  • Loading branch information
EquentR authored Nov 25, 2024
1 parent 53f5ddb commit 2f291cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/writer/redis_standalone_writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type RedisWriterOptions struct {
SentinelPassword string `mapstructure:"sentinel_password" default:""`
Tls bool `mapstructure:"tls" default:"false"`
OffReply bool `mapstructure:"off_reply" default:"false"`
BuffSend bool `mapstructure:"buff_send" default:"false"`
BuffSend bool `mapstructure:"buff_send" default:"false"`
}

type redisStandaloneWriter struct {
Expand Down

0 comments on commit 2f291cc

Please sign in to comment.