Huge news!Announcing our $20M Series A led by Andreessen Horowitz.Learn more
Socket
Socket
Log inDemoInstall

github.com/gogf/gf/contrib/nosql/redis/v2

Package Overview
Dependencies
25
Maintainers
0
Issues
File Explorer

github.com/gogf/gf/contrib/nosql/redis/v2

Package redis provides gredis.Adapter implements using go-redis.

    v2.6.0-beta

Version published
Maintainers
0

Readme

redis

GoFrame gredis.Adapter implements using go-redis.

Installation

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

Last updated on 04 Dec 2023

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.

Install
SocketSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc