Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Product
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
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
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 }}
andy-stark-redis
/
go-redis
Public
forked from
redis/go-redis
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
DOC-5111-add-hash-query-examples
User selector
All users
Datepicker
All time
Commit History
Commits on Apr 22, 2025
DOC-5111 added hash search examples
andy-stark-redis
committed
310d3d5
Copy full SHA for 310d3d5
docs: fix documentation comments (#3351)
ChildnodeGambino
authored
a7b4ce5
Copy full SHA for a7b4ce5
Commits on Apr 17, 2025
fix: better error handling when fetching the master node from the sentinels (#3349)
Show description for e191cf9
ndyakov
authored
e191cf9
Copy full SHA for e191cf9
Commits on Apr 16, 2025
Ensure context isn't exhausted via concurrent query as opposed to sentinel query (#3334)
gnpaone
authored
a4aea25
Copy full SHA for a4aea25
Use correct slot for COUNTKEYSINSLOT command (#3327)
khasanovbi
authored
e2149b0
Copy full SHA for e2149b0
Add integration tests for Redis 8 behavior changes in Redis Search (#3337)
Show description for 7b9bd6c
ofekshenawa
and
ndyakov
authored
7b9bd6c
Copy full SHA for 7b9bd6c
Commits on Apr 15, 2025
DOC-5102 added CountOnly search example for docs (#3345)
andy-stark-redis
authored
b26758a
Copy full SHA for b26758a
Use DB option in NewFailoverClusterClient (#3342)
khasanovbi
authored
eedb171
Copy full SHA for eedb171
fix add missing command in interface (#3344)
ndyakov
authored
93bc3e6
Copy full SHA for 93bc3e6
Fix FT.Search Limit argument and add CountOnly argument for limit 0 0 (#3338)
Show description for 6e07177
ofekshenawa
and
ndyakov
authored
6e07177
Copy full SHA for 6e07177
Commits on Apr 7, 2025
chore(deps): bump rojopolis/spellcheck-github-actions (#3336)
Show description for 4648432
dependabot[bot]
authored
4648432
Copy full SHA for 4648432
Commits on Apr 3, 2025
drop ft.profile that was never enabled (#3323)
ndyakov
authored
8e020c1
Copy full SHA for 8e020c1
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 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
Drop RedisGears (aka. Triggers and Functions) (#3321)
ndyakov
authored
97f7530
Copy full SHA for 97f7530
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
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
Pagination
Previous
Next
You can’t perform that action at this time.