Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
redis
/
go-redis
Public
Notifications
You must be signed in to change notification settings
Fork
2.5k
Star
21.7k
Code
Issues
41
Pull requests
28
Discussions
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security
Insights
Commits
Branch selector
40a89c5
User selector
All users
Datepicker
All time
Commit History
Commits on Apr 15, 2025
Initial re authentication implementation
Show description for 40a89c5
ndyakov
committed
40a89c5
Copy full SHA for 40a89c5
Commits on Apr 3, 2025
Merge branch 'master' into ndyakov/token-based-auth
ndyakov
authored
847f1f9
Copy full SHA for 847f1f9
use 8.0-RC1 (#3330)
ndyakov
authored
0df0f3c
Copy full SHA for 0df0f3c
update pubsub.go (#3329)
liushuangls
authored
0cfcd1a
Copy full SHA for 0cfcd1a
Commits on Mar 31, 2025
Merge branch 'master' into ndyakov/token-based-auth
ndyakov
authored
c248425
Copy full SHA for c248425
Commits on Mar 28, 2025
DOC-4464 examples for llen, lpop, lpush, lrange, rpop, and rpush (#3234)
Show description for 53daf77
3 people
authored
53daf77
Copy full SHA for 53daf77
Commits on Mar 25, 2025
Sync master with v9.8.0-beta.1 (#3322)
ndyakov
authored
cb3aa19
Copy full SHA for cb3aa19
Feature more prominently how to enable OpenTelemetry instrumentation (#3316)
nikolaydubina
authored
482a20d
Copy full SHA for 482a20d
Commits on Mar 24, 2025
added `Do` method for raw query by single conn from `pool.Conn()` (#3182)
Show description for 1328180
3 people
authored
1328180
Copy full SHA for 1328180
add package level comment
ndyakov
committed
fa59cce
Copy full SHA for fa59cce
fix: put back option in pool creation
ndyakov
committed
7f5d87b
Copy full SHA for 7f5d87b
Merge branch 'master' into ndyakov/token-based-auth
ndyakov
authored
d3a25f9
Copy full SHA for d3a25f9
Drop RedisGears (aka. Triggers and Functions) (#3321)
ndyakov
authored
97f7530
Copy full SHA for 97f7530
add streamingcredentialsprovider in options
ndyakov
committed
140a278
Copy full SHA for 140a278
update documentation
ndyakov
committed
df9bfce
Copy full SHA for df9bfce
Merge remote-tracking branch 'origin/master' into ndyakov/token-based-auth
ndyakov
committed
9ef438b
Copy full SHA for 9ef438b
Bound connection pool background dials to configured dial timeout (#3089)
LINKIWI
authored
9762559
Copy full SHA for 9762559
Make MASTERDOWN a retriable error in RedisCluster client (#3164)
Show description for 694a710
justinmir
and
ndyakov
authored
694a710
Copy full SHA for 694a710
chore: disable verifying golangci configuration (#3319)
ndyakov
authored
30c128a
Copy full SHA for 30c128a
Add FailoverClusterClient support for Universal client (#2794)
Show description for d863956
a-menshchikov
and
ndyakov
authored
d863956
Copy full SHA for d863956
Support new hash commands: HGETDEL, HGETEX, HSETEX (#3305)
ofekshenawa
authored
1505939
Copy full SHA for 1505939
chore(deps): bump golangci/golangci-lint-action from 6.5.1 to 6.5.2 (#3317)
Show description for d29aace
dependabot[bot]
authored
d29aace
Copy full SHA for d29aace
Commits on Mar 21, 2025
release 9.7.3, retract 9.7.2 (#3314) (#3315)
ndyakov
authored
34222bf
Copy full SHA for 34222bf
Commits on Mar 19, 2025
chore(deps): bump golang.org/x/net in /example/otel (#3308)
Show description for 11efd6a
dependabot[bot]
authored
11efd6a
Copy full SHA for 11efd6a
fix: handle network error on SETINFO (#3295) (CVE-2025-29923)
Show description for d236865
ndyakov
authored
d236865
Copy full SHA for d236865
DOC-4494 SADD and SMEMBERS command examples (#3242)
Show description for 74d4f08
andy-stark-redis
and
ndyakov
authored
74d4f08
Copy full SHA for 74d4f08
Commits on Mar 18, 2025
Add vector types INT8 and UINT8 test (#3299)
ofekshenawa
authored
a402c55
Copy full SHA for a402c55
fix(tracing): show the whole command rather than truncated version of it (#3290)
Show description for 8269e6a
rodneyosodo
and
ndyakov
authored
8269e6a
Copy full SHA for 8269e6a
chore: use redis 8 ce m05 (#3304)
Show description for 9494d84
ndyakov
authored
9494d84
Copy full SHA for 9494d84
wip
ndyakov
committed
5410adb
Copy full SHA for 5410adb
Commits on Mar 17, 2025
chore(deps): bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 (#3302)
Show description for b3709c6
dependabot[bot]
authored
b3709c6
Copy full SHA for b3709c6
Commits on Mar 14, 2025
fix: connection pool timeout, increase retries (#3298)
Show description for 4f09082
monkey92t
and
ndyakov
authored
4f09082
Copy full SHA for 4f09082
Commits on Mar 13, 2025
Set client name in HELLO RESP handshake (#3294)
LINKIWI
authored
1c9309f
Copy full SHA for 1c9309f
Enable dialect 2 on default (#3213)
Show description for 555a41e
ofekshenawa
authored
555a41e
Copy full SHA for 555a41e
Commits on Mar 12, 2025
Update README.md
Show description for 310ce55
dmaier-redislabs
authored
310ce55
Copy full SHA for 310ce55
Pagination
Previous
Next
You can’t perform that action at this time.