github.com/gogf/gf/contrib/nosql/redis/v2
Package redis provides gredis.Adapter implements using go-redis.
Readme
GoFrame gredis.Adapter
implements using go-redis
.
go get -u github.com/gogf/gf/contrib/nosql/redis/v2
Commonly imported at top of main.go
:
package main
import (
_ "github.com/gogf/gf/contrib/nosql/redis/v2"
// Other imported packages.
)
func main() {
// Main logics.
}
FAQs
Package redis provides gredis.Adapter implements using go-redis.
We found that github.com/gogf/gf/contrib/nosql/redis/v2 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket installs a GitHub app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.