From 2f291ccf3eb237fd4e3d352e2b6867b2b56b273a Mon Sep 17 00:00:00 2001 From: EquentR <62492107+EquentR@users.noreply.github.com> Date: Mon, 25 Nov 2024 14:01:26 +0800 Subject: [PATCH] style: redis_standalone_writer.go --- internal/writer/redis_standalone_writer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/writer/redis_standalone_writer.go b/internal/writer/redis_standalone_writer.go index cae958a7..ef954a99 100644 --- a/internal/writer/redis_standalone_writer.go +++ b/internal/writer/redis_standalone_writer.go @@ -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 {