This website works better with JavaScript.
Home
Explore
Sign In
pollutri
/
res_levis_backend
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
330
Commits
3
Branches
9.3 MiB
Go
96.2%
CSV
2.9%
Shell
0.7%
Dockerfile
0.2%
Tree:
4bf1bee89f
chore/proposed-structure
chore/restructure-decoder
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '4bf1bee89f'
${ noResults }
res_levis_backend
/
vendor
/
github.com
/
redis
/
go-redis
/
v9
/
version.go
7 lines
101 B
Raw
Blame
History
package redis
// Version is the current release version.
func Version() string {
return "9.16.0"
}