...

Source file src/github.com/redis/go-redis/v9/version.go

Documentation: github.com/redis/go-redis/v9

     1  package redis
     2  
     3  // Version is the current release version.
     4  func Version() string {
     5  	return "9.14.0"
     6  }
     7  

View as plain text