Files
lti-api/vendor/github.com/redis/go-redis/v9/version.go
T
GitLab Deploy Bot bb60e987e5 .
2025-10-21 23:45:13 +07:00

7 lines
101 B
Go

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