-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Insights: redis/go-redis
Overview
-
- 10 Merged pull requests
- 3 Open pull requests
- 17 Closed issues
- 0 New issues
Could not load contribution data
Please try again later
1 Release published by 1 person
-
v9.8.0-beta.1
published
Mar 24, 2025
10 Pull requests merged by 8 people
-
Sync master with v9.8.0-beta.1
#3322 merged
Mar 25, 2025 -
Feature more prominently how to enable OpenTelemetry instrumentation
#3316 merged
Mar 25, 2025 -
added
Do
method for raw query by single conn frompool.Conn()
#3182 merged
Mar 24, 2025 -
feat: drop RedisGears (aka. Triggers and Functions)
#3321 merged
Mar 24, 2025 -
Bound connection pool background dials to configured dial timeout
#3089 merged
Mar 24, 2025 -
Make MASTERDOWN a retriable error in RedisCluster client
#3164 merged
Mar 24, 2025 -
chore: disable verifying golangci configuration
#3319 merged
Mar 24, 2025 -
Add FailoverClusterClient support for Universal client
#2794 merged
Mar 24, 2025 -
Support new hash commands: HGETDEL, HGETEX, HSETEX
#3305 merged
Mar 24, 2025 -
chore(deps): bump golangci/golangci-lint-action from 6.5.1 to 6.5.2
#3317 merged
Mar 24, 2025
3 Pull requests opened by 2 people
-
feat: Introducing StreamingCredentialsProvider for token based authentication
#3320 opened
Mar 24, 2025 -
chore: drop ft.profile that was never enabled
#3323 opened
Mar 25, 2025 -
Handle invalidate messages from topic __redis__:invalidate
#3326 opened
Mar 27, 2025
17 Issues closed by 1 person
-
ScriptLoad call ForEachShard, slaves will return io timeout
#3230 closed
Mar 25, 2025 -
Server version check for tests
#2544 closed
Mar 25, 2025 -
Tracking Issue: Redis 7.2 Command Support
#2523 closed
Mar 25, 2025 -
Add support for new redis command WAITAOF
#2522 closed
Mar 25, 2025 -
Add support for new redis command CLIENT NO-TOUCH
#2519 closed
Mar 25, 2025 -
Can we make pool.ErrClosed public? Or provide a public method to determine if a given error is it?
#1288 closed
Mar 25, 2025 -
support for redis stack
#2068 closed
Mar 25, 2025 -
Add metrics using OpenTelemetry Go
#2214 closed
Mar 25, 2025 -
AUTH error when working with Envoy proxy after upgrading from v8 to v9
#2509 closed
Mar 25, 2025 -
Typo : DisableIndentity should be DisableIdentity
#2947 closed
Mar 25, 2025 -
Modules point to retracted version in master
#3071 closed
Mar 25, 2025 -
newClient should panic when failed to connect to a db
#3080 closed
Mar 25, 2025 -
Unknown revision extra/redisprometheus/v9.5.3
#3095 closed
Mar 25, 2025 -
Flaky withConn Tests in internal_test.go
#3165 closed
Mar 25, 2025 -
ADD CLUSTER MYID Command
#3192 closed
Mar 25, 2025 -
HELLO command not supported for twemproxy RESP2 protocol
#2616 closed
Mar 24, 2025 -
Insufficient changes in the v9.7.3 release notes
#3318 closed
Mar 24, 2025
33 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
zset member returned as an interface type instead of a string and is not type-safe
#2817 commented on
Mar 22, 2025 • 0 new comments -
Support routing by least connections in FailoverClusterClient
#2809 commented on
Mar 22, 2025 • 0 new comments -
[otel] Bugs when handling attributes
#2803 commented on
Mar 23, 2025 • 0 new comments -
connection pool timeout - not reconnect
#3289 commented on
Mar 24, 2025 • 0 new comments -
fatal error: concurrent map iteration and map write
#3021 commented on
Mar 25, 2025 • 0 new comments -
dbsize donot return error when server return a error
#3017 commented on
Mar 25, 2025 • 0 new comments -
panic: runtime error: invalid memory address or nil pointer dereference
#3002 commented on
Mar 25, 2025 • 0 new comments -
Where is the source code for https://redis.uptrace.dev/guide/ ?
#2937 commented on
Mar 25, 2025 • 0 new comments -
Replace ginkgo runner with testify assertions
#2896 commented on
Mar 25, 2025 • 0 new comments -
Flaky withConn tests in internal_test.go
#2434 commented on
Mar 25, 2025 • 0 new comments -
Cluster IP addresses not updated in client causing permanent failure
#1127 commented on
Mar 25, 2025 • 0 new comments -
UniversalClient to support creating FailoverClient with ReplicaOnly
#3077 commented on
Mar 25, 2025 • 0 new comments -
Feature request: Add ParseFailoverURL
#3091 commented on
Mar 25, 2025 • 0 new comments -
Export float conversion routines (or convert exported data into go types)
#3206 commented on
Mar 25, 2025 • 0 new comments -
Redis Clustered Pubsub Delayed SSubscribe triggers MOVE error.
#3099 commented on
Mar 25, 2025 • 0 new comments -
Sharded pubsub subscriber cannot get messages from all subscribed channels
#3133 commented on
Mar 25, 2025 • 0 new comments -
[Proposal] Monitor go-redis with https://github.com/alibaba/opentelemetry-go-auto-instrumentation
#3205 commented on
Mar 26, 2025 • 0 new comments -
Pubsub stoped supporting "__redis__:invalidate" messages
#3093 commented on
Mar 27, 2025 • 0 new comments -
[BUG] Elevated Latency in pipeline SET and MGET calls with version 9.5.2 or higher
#3282 commented on
Mar 28, 2025 • 0 new comments -
Dont quit scan unmarshal on first failure
#2255 commented on
Mar 24, 2025 • 0 new comments -
test: Add tests for cancelled context
#2432 commented on
Mar 25, 2025 • 0 new comments -
Add redis v7's ExpireAtNX, ExpireAtXX, ExpireAtGT, ExpireAtLT, PExpireNX, PExpireXX, PExpireGT, PExpireLT, PExpireAtNX, PExpireAtXX, PExpireAtGT, PExpireAtLT
#2589 commented on
Mar 24, 2025 • 0 new comments -
withTimeout create NewConnPool
#2655 commented on
Mar 24, 2025 • 0 new comments -
Add CredentialsProvider field to UniversalOptions
#2927 commented on
Mar 24, 2025 • 0 new comments -
feat(ring): specify custom health check func via HeartbeatFn option
#2940 commented on
Mar 25, 2025 • 0 new comments -
feat: support round robin replica selection
#2946 commented on
Mar 24, 2025 • 0 new comments -
format code by running make fmt
#3011 commented on
Mar 24, 2025 • 0 new comments -
fix(redisotel): fix buggy append in reportPoolStats
#3122 commented on
Mar 25, 2025 • 0 new comments -
bug: fix Query sentinel changed to concurrent query to avoid context …
#3174 commented on
Mar 25, 2025 • 0 new comments -
Add support for custom attributes function
#3198 commented on
Mar 25, 2025 • 0 new comments -
DOC-4464 examples for llen, lpop, lpush, lrange, rpop, and rpush
#3234 commented on
Mar 27, 2025 • 0 new comments -
DOC-4439 auth command examples
#3236 commented on
Mar 24, 2025 • 0 new comments -
feat: func isEmptyValue support time.Time
#3273 commented on
Mar 27, 2025 • 0 new comments