Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump go redis v8 > v9 #37

Merged
merged 2 commits into from
Mar 25, 2024
Merged

Bump go redis v8 > v9 #37

merged 2 commits into from
Mar 25, 2024

Conversation

roman-vynar
Copy link
Contributor

Bump go redis v8 > v9:

  • Rename repo: github.com/go-redis/redis/v8 > github.com/redis/go-redis/v9 (note go-redis/redis vs redis/go-redis)
  • ZAdd() takes now a plain redis.Z{} arg instead of &redis.Z
  • Rename some redis options:
    • MaxConnAge > ConnMaxLifetime
    • MinIdleConns > ConnMaxIdleTime
    • IdleCheckFrequency > "removed" - they say it's gone.

@thoas thoas merged commit 007e15c into thoas:master Mar 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants