gomodule/redigo
Fork: 1250 Star: 9765 (更新于 2025-01-09 05:35:16)
license: Apache-2.0
Language: Go .
Go client for Redis
最后发布版本: v1.9.2 ( 2024-02-25 20:54:22)
Redigo
Redigo is a Go client for the Redis database.
Features
- A Print-like API with support for all Redis commands.
- Pipelining, including pipelined transactions.
- Publish/Subscribe.
- Connection pooling.
- Script helper type with optimistic use of EVALSHA.
- Helper functions for working with command replies.
Documentation
Installation
Install Redigo using the "go get" command:
go get github.com/gomodule/redigo/redis
The Go distribution is Redigo's only dependency.
Related Projects
- rafaeljusto/redigomock - A mock library for Redigo.
- chasex/redis-go-cluster - A Redis cluster client implementation.
- FZambia/sentinel - Redis Sentinel support for Redigo
- mna/redisc - Redis Cluster client built on top of Redigo
- Alibaba/opentelemetry-go-auto-instrumentation - Get trace and metrics in OpenTelemetry format generated by the Redigo framework without changing any code
Contributing
See CONTRIBUTING.md.
License
Redigo is available under the Apache License, Version 2.0.
最近版本更新:(数据更新于 2024-10-14 08:42:09)
2024-02-25 20:54:22 v1.9.2
2024-02-21 07:51:14 v1.9.1
2024-02-21 05:23:09 v1.9.0
2022-07-06 19:34:23 v1.8.9
2022-01-04 19:29:45 v1.8.8
2022-01-04 19:19:18 v1.8.7
2021-12-02 22:15:36 v1.8.6
2021-06-10 17:34:05 v1.8.5
2021-02-19 06:35:14 v1.8.4
2020-11-24 22:26:40 v1.8.3
主题(topics):
go, redis
gomodule/redigo同语言 Go最近更新仓库
2025-01-18 08:14:21 dolthub/dolt
2025-01-18 02:57:03 Permify/permify
2025-01-17 03:33:21 SpecterOps/BloodHound
2025-01-16 23:36:33 hashicorp/terraform
2025-01-16 05:55:26 helm/helm
2025-01-16 04:37:27 kubernetes/kubernetes