-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Insights: redis/go-redis
Overview
-
- 4 Merged pull requests
- 1 Open pull request
- 20 Closed issues
- 0 New issues
Could not load contribution data
Please try again later
1 Release published by 1 person
-
v9.10.0 9.10.0
published
Jun 6, 2025
4 Pull requests merged by 4 people
-
chore(release): v9.10.0
#3395 merged
Jun 6, 2025 -
DOC-5078 vector set examples
#3394 merged
Jun 6, 2025 -
feat: support vectorset
#3375 merged
Jun 5, 2025 -
Add the missing NewFloatSliceResult for testing
#3393 merged
Jun 3, 2025
1 Pull request opened by 1 person
-
fix: check if the shard exists to avoid returning nil
#3396 opened
Jun 7, 2025
20 Issues closed by 2 people
-
Integrating Stack Support
#2585 closed
Jun 5, 2025 -
[Enhancement/Cleanup] Remove unused argument from `cmdSlot` function in osscluster
#3064 closed
Jun 5, 2025 -
redis: discarding bad PubSub connection: ssh: tcpChan: deadline not supported
#2539 closed
Jun 5, 2025 -
startSentinel in main_test.go fails
#2290 closed
Jun 5, 2025 -
Util: add StringData, String, SliceData(go 1.20)
#2472 closed
Jun 5, 2025 -
`HMGet` can't scan type `time.Time`
#2161 closed
Jun 5, 2025 -
Add support for MODULE LOADEX command
#2405 closed
Jun 5, 2025 -
Add support for CLIENT NO-EVICT command
#2385 closed
Jun 5, 2025 -
panic: runtime error: invalid memory address or nil pointer dereference
#3002 closed
Jun 5, 2025 -
api XReadGroup
#3194 closed
Jun 5, 2025 -
NewClusterClient.Get context does not take effect
#3199 closed
Jun 5, 2025 -
Is generation in `clusterNodes.GC()` too old?
#3284 closed
Jun 5, 2025 -
JSON-Set : Not able to update fields with string values
#2965 closed
Jun 5, 2025 -
connection pool timeout - not reconnect
#3289 closed
Jun 5, 2025 -
support vector set
#3367 closed
Jun 5, 2025 -
Xrange - impossible to provide count argument
#3081 closed
Jun 3, 2025 -
[Proposal] Monitor go-redis with https://github.com/alibaba/opentelemetry-go-auto-instrumentation
#3205 closed
Jun 3, 2025 -
[Bug] The connection object returned by the redis instance call Conn() method loses the Hook
#3267 closed
Jun 3, 2025 -
Watched key must cause an error on expiration
#2741 closed
Jun 2, 2025 -
Client library support for Redis as multi-model database
#2765 closed
Jun 1, 2025
32 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.
-
Use `...string` instead of `...interface{}` as values parameter type for Push methods
#2663 commented on
Jun 3, 2025 • 0 new comments -
Dial hook time accuracy
#2650 commented on
Jun 4, 2025 • 0 new comments -
Clarify Intended Use of NewFailoverClusterClient in Docs
#3392 commented on
Jun 5, 2025 • 0 new comments -
"dialHook" doesn't work in some case
#2561 commented on
Jun 5, 2025 • 0 new comments -
Stale Connections Suddenly Increase when there is a Spike on Application
#3359 commented on
Jun 5, 2025 • 0 new comments -
Why does go-redis allow cluster mode cross-shard transactions and pipelines?
#3019 commented on
Jun 5, 2025 • 0 new comments -
Issue with using Rings + Pipelines in v9
#3009 commented on
Jun 5, 2025 • 0 new comments -
Feature request: Use iter.Seq to iterate over ScanIterator
#3347 commented on
Jun 5, 2025 • 0 new comments -
Make query in FT.SEARCH human readable
#3204 commented on
Jun 5, 2025 • 0 new comments -
"i/o timeout" err not retried when using Watch()
#2999 commented on
Jun 5, 2025 • 0 new comments -
Can't get UUID with Scan()
#3139 commented on
Jun 5, 2025 • 0 new comments -
SetNX returning false for new keys
#2985 commented on
Jun 5, 2025 • 0 new comments -
connection pool timeout
#2996 commented on
Jun 5, 2025 • 0 new comments -
Connection to redis cluster have much CLOSE_WAIT state
#2447 commented on
Jun 5, 2025 • 0 new comments -
Implement strongly typed error checking
#2265 commented on
Jun 5, 2025 • 0 new comments -
Dont quit scan unmarshal on first failure
#2255 commented on
Jun 5, 2025 • 0 new comments -
Add redis v7's ExpireAtNX, ExpireAtXX, ExpireAtGT, ExpireAtLT, PExpireNX, PExpireXX, PExpireGT, PExpireLT, PExpireAtNX, PExpireAtXX, PExpireAtGT, PExpireAtLT
#2589 commented on
Jun 5, 2025 • 0 new comments -
feat(plugin): add conn plugin api
#2590 commented on
Jun 5, 2025 • 0 new comments -
Set cluster slot for `scan` commands, rather than random
#2623 commented on
Jun 5, 2025 • 0 new comments -
Add MigrateWithOptions to handle multiple keys and copy/replace
#2687 commented on
Jun 5, 2025 • 0 new comments -
feat: add custom label support in metric collector
#2849 commented on
Jun 5, 2025 • 0 new comments -
Add CredentialsProvider field to UniversalOptions
#2927 commented on
Jun 5, 2025 • 0 new comments -
Fix hard code of failing timeout
#2928 commented on
Jun 5, 2025 • 0 new comments -
fix the maxActiveConns sematic
#2934 commented on
Jun 5, 2025 • 0 new comments -
Ensure that JSON.GET returns Nil response
#2987 commented on
Jun 5, 2025 • 0 new comments -
ReadFromAny (master+replica) without cluster mode (Master-Replica setup)
#2995 commented on
Jun 5, 2025 • 0 new comments -
Do not assume that all non-IP hosts are loopbacks
#3085 commented on
Jun 5, 2025 • 0 new comments -
WriteArg support uintptr
#3101 commented on
Jun 5, 2025 • 0 new comments -
fix: let Set to support custom type
#3105 commented on
Jun 5, 2025 • 0 new comments -
Enable saving of command keys
#3130 commented on
Jun 5, 2025 • 0 new comments -
DOC-4439 auth command examples
#3236 commented on
Jun 5, 2025 • 0 new comments -
rewrite interface{} to any
#3386 commented on
Jun 7, 2025 • 0 new comments