-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Insights: redis/go-redis
Overview
-
- 19 Merged pull requests
- 2 Open pull requests
- 9 Closed issues
- 0 New issues
Could not load contribution data
Please try again later
4 Releases published by 1 person
-
v9.5.5
published
Mar 20, 2025 -
v9.6.3
published
Mar 20, 2025 -
v9.7.3
published
Mar 20, 2025 -
v9.8.0-beta.1
published
Mar 24, 2025
19 Pull requests merged by 9 people
-
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 -
Sync versions with v9.7.3
#3315 merged
Mar 21, 2025 -
release 9.7.3, retract 9.7.2
#3314 merged
Mar 20, 2025 -
v9.7.2
#3309 merged
Mar 20, 2025 -
v9.6.3
#3310 merged
Mar 20, 2025 -
v9.5.5
#3311 merged
Mar 20, 2025 -
chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 in /example/otel
#3308 merged
Mar 19, 2025 -
fix: handle network error on SETINFO
#3295 merged
Mar 19, 2025 -
DOC-4494 SADD and SMEMBERS command examples
#3242 merged
Mar 19, 2025 -
Add vector types INT8 and UINT8 test
#3299 merged
Mar 18, 2025 -
Show Whole Command on Tracing
#3290 merged
Mar 18, 2025 -
chore: use redis 8 ce m05
#3304 merged
Mar 18, 2025
2 Pull requests opened by 2 people
-
Feature more prominently how to enable OpenTelemetry instrumentation
#3316 opened
Mar 21, 2025 -
feat: Introducing StreamingCredentialsProvider for token based authentication
#3320 opened
Mar 24, 2025
9 Issues closed by 1 person
-
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 -
Issue with HgetAll
#2813 closed
Mar 21, 2025 -
redis client in ipv6 environment is not working
#2978 closed
Mar 20, 2025 -
V10: DisableIndentity should be DisableIdentity
#2924 closed
Mar 20, 2025 -
CLIENT SETNAME not working for idle connections.
#3121 closed
Mar 19, 2025 -
x509: cannot validate certificate for <ipaddress> because it doesn't contain any IP SANs
#3297 closed
Mar 19, 2025 -
Redis ZRankWithScore command not support
#3306 closed
Mar 19, 2025
34 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.
-
newConn race fix, fix check pool exhausted, replacing the MaxActiveConns parameter with PoolSizeStrict
#2781 commented on
Mar 19, 2025 • 1 new comment -
Dont quit scan unmarshal on first failure
#2255 commented on
Mar 24, 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: support round robin replica selection
#2946 commented on
Mar 24, 2025 • 0 new comments -
Ensure that JSON.GET returns Nil response
#2987 commented on
Mar 19, 2025 • 0 new comments -
support parsing client-cache invalidation messages
#3007 commented on
Mar 19, 2025 • 0 new comments -
format code by running make fmt
#3011 commented on
Mar 24, 2025 • 0 new comments -
Use the default 15-seconds TCP-Keepalive
#3014 commented on
Mar 19, 2025 • 0 new comments -
Do not assume that all non-IP hosts are loopbacks
#3085 commented on
Mar 19, 2025 • 0 new comments -
WriteArg support uintptr
#3101 commented on
Mar 19, 2025 • 0 new comments -
fix: let Set to support custom type
#3105 commented on
Mar 19, 2025 • 0 new comments -
fix(redisotel): fix buggy append in reportPoolStats
#3122 commented on
Mar 25, 2025 • 0 new comments -
Add support for custom attributes function
#3198 commented on
Mar 25, 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 24, 2025 • 0 new comments -
omitempty tag does not work for empty time.Time struct field when using HSet
#3208 commented on
Mar 19, 2025 • 0 new comments -
Export float conversion routines (or convert exported data into go types)
#3206 commented on
Mar 19, 2025 • 0 new comments -
Set don't support unitptr
#3100 commented on
Mar 20, 2025 • 0 new comments -
Can we make pool.ErrClosed public? Or provide a public method to determine if a given error is it?
#1288 commented on
Mar 20, 2025 • 0 new comments -
Pipeline does not propogate errors to all commands properly
#2871 commented on
Mar 20, 2025 • 0 new comments -
cannot listen for when TCP connection closes
#2845 commented on
Mar 20, 2025 • 0 new comments -
Constantly Reestablishing Connections to AWS ElastiCache Redis in Cluster Mode (Continued)
#2046 commented on
Mar 21, 2025 • 0 new comments -
ExpireTime and PExpireTime should return times instead of durations
#2657 commented on
Mar 21, 2025 • 0 new comments -
Make query in FT.SEARCH human readable
#3204 commented on
Mar 21, 2025 • 0 new comments -
redisotel: Missing server.address from sentinel traces
#3301 commented on
Mar 21, 2025 • 0 new comments -
[Bug] The connection object returned by the redis instance call Conn() method loses the Hook
#3267 commented on
Mar 21, 2025 • 0 new comments -
[Proposal] Monitor go-redis with https://github.com/alibaba/opentelemetry-go-auto-instrumentation
#3205 commented on
Mar 21, 2025 • 0 new comments -
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 -
[BUG] Elevated Latency in pipeline SET and MGET calls with version 9.5.2 or higher
#3282 commented on
Mar 24, 2025 • 0 new comments