Skip to content

issues Search Results · repo:redis/go-redis language:Go

Filter by

1k results
 (90 ms)

1k results

inredis/go-redis (press backspace or delete to remove)

Thank you for releasing v9.7.3. The release notes for v9.7.3 mention only one change. Perhaps you were planning on releasing v9.7.2 and then canceled it? Do you have any plans to release v9.7.2? If not, ...
  • y-kawawa
  • 1
  • Opened 
    3 days ago
  • #3318

in file sortedset_commands.go func (c cmdable) ZRankWithScore(ctx context.Context, key, member string) *RankWithScoreCmd { cmd := NewRankWithScoreCmd(ctx, zrank , key, member, withscore ) _ = c(ctx, cmd) ...
  • briliant1991
  • 4
  • Opened 
    8 days ago
  • #3306

We are using sentinel for high availability. I m in process of writing a library to support switchover from legacy deployments which do not use sentinel, and I noticed the server.address is missing from ...
redisotel
  • AndrewWinterman
  • 3
  • Opened 
    12 days ago
  • #3301

Hi, I m using go-redis to connect , and working with specific data center i get this error. the hostname i have is just IP address, while the certificate SAN contains just DNS names. I dont have control ...
  • taltal78
  • 4
  • Opened 
    16 days ago
  • #3297

hi i use go 1.23 on linux 64 bit today my redis has a problem and i restarted that but my golang code have error and not reconnected this is my code RedisClient = redis.NewClient( redis.Options{ Addr: ...
  • parsibox
  • 13
  • Opened 
    on Feb 25
  • #3289

What I want: To limit connection pool to n connections, having m goroutines (where m is much bigger than n) trying to use redis simultaneously without getting errors of pool exhaustion. Caller should wait ...
  • edwvee
  • 1
  • Opened 
    on Feb 25
  • #3288

Discussed in https://github.com/redis/go-redis/discussions/3283 div type= discussions-op-text sup Originally posted by DingYuan0118 February 19, 2025 /sup version: github.com/go-redis/redis/v8 v8.11.5 ...
  • DingYuan0118
  • 1
  • Opened 
    on Feb 19
  • #3284

Expected Behavior !--- Tell us what should happen -- We use redis pipelining (https://pkg.go.dev/github.com/go-redis/redis#Pipeline.Exec) to execute a series of SET commands. We expected the Pipeline.Exec() ...
bug
  • tim-zhu-reddit
  • 42
  • Opened 
    on Feb 19
  • #3282

hi You must map the readOnly Option to Replicaonly options if we want to connect to the slaves in sentinel is not suported func (o *UniversalOptions) Failover() *FailoverOptions { if len(o.Addrs) == 0 ...
bug
  • smilad
  • 4
  • Opened 
    on Feb 17
  • #3277

Issue tracker is used for reporting bugs and discussing new features. Please use stackoverflow for supporting issues. !--- Provide a general summary of the issue in the Title above -- Expected Behavior ...
  • ppanphper
  • 1
  • Opened 
    on Feb 7
  • #3267
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub