codeword/vendor/github.com/go-redis/redis/v8/version.go
2024-08-27 22:09:10 +03:00

7 lines
101 B
Go

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