Files
doc_ai_backed/vendor/github.com/redis/go-redis/v9/version.go
liuyuanchuang 48e63894eb init repo
2025-12-10 18:33:37 +08:00

7 lines
100 B
Go

package redis
// Version is the current release version.
func Version() string {
return "9.7.0"
}