fcbc25e789
We are replacing the very outdated redigo Go module with the official redis Go module, go-redis. Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
6 lines
100 B
Go
6 lines
100 B
Go
package redis
|
|
|
|
// Version is the current release version.
|
|
func Version() string {
|
|
return "9.1.0"
|
|
}
|