Qiu shao

Results 11 issues of Qiu shao

The current go-zero Redis library lacks an implementation for the Redis MSET method, and it would be beneficial to add this. Implementing the Redis MSET method will facilitate batch insertion...

- 登陆的时候不显示验证码图片. - 演示地址也挂了,看不到效果了

The link to MySQL's "host_port" in the document here is incorrect; it should be "host:port". ![image](https://github.com/zeromicro/zero-doc/assets/20470033/e489c95a-c974-404d-95fb-6ff29af21906)

Unit test of core Deducetypencoding method

feat:add persist command issue #258

- Compile-time type safety: No runtime type checking required - Better performance: Reduced overhead from type assertions and reflection - Simplified API: Single Add method replaces multiple type-specific methods -...

- Introduced a new DatabaseConfig struct to manage database-specific settings. - Updated the application to load both application and database configurations from their respective TOML files. - Enhanced README to...

Replace strings.ToLower with strings.EqualFold in convertTypeFromString for bool type conversion to reduce memory allocation. Benchmark results: Benchmark code ```go func parseBoolToLower(str string) (bool, error) { switch strings.ToLower(str) { case "1",...