文件名称:read-goredis:阅读goredis-golang redis客户端源码笔记
文件大小:128KB
文件格式:ZIP
更新时间:2024-04-11 21:27:28
系统开源
Golang的Redis客户端 支持: Redis 3命令(QUIT,MONITOR,SLOWLOG和SYNC除外)。 具有支持的自动连接池。 。 。 和 。 。 。 。 。 不使用集群模式和Redis Sentinel 集群。 。 。 。 。 。 API文档: : 。 范例: : 。 安装 go-redis需要具有支持的Go版本,并使用导入版本控制。 因此,请确保在安装go-redis之前初始化Go模块: go mod init github.com/my/repo go get github.com/go-redis/redis/v7 进口: import "github.com/go-redis/redis/v7" 快速开始 func ExampleNewClient () { client := redis . NewClient (
【文件预览】:
read-goredis-master
----universal.go(5KB)
----error.go(2KB)
----sentinel.go(12KB)
----.golangci.yml(205B)
----go.mod(480B)
----cluster.go(34KB)
----example_test.go(10KB)
----testdata()
--------redis.conf(147B)
----go.sum(4KB)
----command.go(40KB)
----cluster_commands.go(376B)
----pubsub.go(13KB)
----tx.go(4KB)
----command_test.go(2KB)
----internal_test.go(2KB)
----options.go(6KB)
----export_test.go(2KB)
----ring_test.go(16KB)
----cluster_test.go(29KB)
----tx_test.go(3KB)
----.travis.yml(363B)
----internal()
--------proto()
--------internal.go(513B)
--------log.go(116B)
--------pool()
--------internal_test.go(332B)
--------util.go(764B)
--------util()
--------hashtag()
--------once.go(2KB)
--------consistenthash()
----LICENSE(1KB)
----script.go(1KB)
----bench_test.go(6KB)
----example_instrumentation_test.go(2KB)
----doc.go(194B)
----ring.go(16KB)
----sentinel_test.go(2KB)
----redis.go(16KB)
----main_test.go(9KB)
----README.md(4KB)
----pipeline_test.go(2KB)
----Makefile(512B)
----universal_test.go(938B)
----redis_test.go(9KB)
----pool_test.go(3KB)
----commands_test.go(116KB)
----iterator_test.go(3KB)
----commands.go(64KB)
----pubsub_test.go(11KB)
----.gitignore(49B)
----options_test.go(2KB)
----pipeline.go(3KB)
----CHANGELOG.md(2KB)
----race_test.go(7KB)
----result.go(5KB)
----iterator.go(1KB)