init repo

This commit is contained in:
liuyuanchuang
2025-12-10 18:33:37 +08:00
commit 48e63894eb
2408 changed files with 1053045 additions and 0 deletions

6
vendor/github.com/redis/go-redis/v9/version.go generated vendored Normal file
View File

@@ -0,0 +1,6 @@
package redis
// Version is the current release version.
func Version() string {
return "9.7.0"
}