gomodule/redigo
Fork: 1249 Star: 9757 (更新于 2024-12-04 18:12:04)
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
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最近更新仓库
2024-12-22 07:52:58 navidrome/navidrome
2024-12-21 20:15:12 SagerNet/sing-box
2024-12-21 03:25:54 SpecterOps/BloodHound
2024-12-19 23:11:24 shadow1ng/fscan
2024-12-19 21:50:56 minio/minio
2024-12-19 10:04:39 istio/istio