1
0
mirror of https://github.com/gogf/gf.git synced 2025-04-05 03:05:05 +08:00
2025-03-17 15:52:26 +08:00
..
2025-03-17 15:52:26 +08:00
2025-02-27 14:35:00 +08:00
2023-01-09 14:43:10 +08:00
2023-08-03 20:01:36 +08:00
2023-01-09 14:43:10 +08:00
2023-12-28 20:18:29 +08:00
2023-12-28 20:18:29 +08:00
2023-12-28 20:18:29 +08:00
2023-12-28 20:18:29 +08:00
2023-12-28 20:18:29 +08:00
2023-12-28 20:18:29 +08:00
2023-12-28 20:18:29 +08:00
2023-01-09 14:43:10 +08:00
2023-01-09 14:43:10 +08:00

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.
}