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 }}
dvora-h
/
redis-py
Public
forked from
redis/redis-py
Watch
Couldn't load subscription status.
Retry
Uh oh!
There was an error while loading.
Please reload this page
.
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
csc
User selector
All users
Datepicker
All time
Commit History
Commits on Nov 16, 2023
linters
dvora-h
committed
63bb591
Copy full SHA for 63bb591
fix comments
dvora-h
committed
e06d140
Copy full SHA for e06d140
Merge branch 'master' into csc
chayim
authored
ea5ecfc
Copy full SHA for ea5ecfc
Commits on Nov 15, 2023
fix tests
dvora-h
committed
a8780fb
Copy full SHA for a8780fb
return respone in execute_command
dvora-h
committed
ec73468
Copy full SHA for ec73468
fix review comments
dvora-h
committed
2973a53
Copy full SHA for 2973a53
Commits on Nov 13, 2023
get keys from command
dvora-h
committed
6c69ac4
Copy full SHA for 6c69ac4
Fix parsing resp3 dicts (#2982)
kristjanvalur
authored
0113034
Copy full SHA for 0113034
Fix BlockingConnectionPool.from_url parsing of timeout in query args #2983 (#2984)
Show description for c2d5596
r0ro
and
Romain Fliedel
authored
c2d5596
Copy full SHA for c2d5596
CSC
dvora-h
committed
cd27dc3
Copy full SHA for cd27dc3
Commits on Oct 16, 2023
Update client.py sleep_time typing for run_in_thread function (#2977)
Show description for d3a3ada
danielzhangau
authored
d3a3ada
Copy full SHA for d3a3ada
Better deal with "lost" connections for async Redis (#2999)
Show description for 14be2da
kristjanvalur
authored
14be2da
Copy full SHA for 14be2da
Add GEOSHAPE field type for index creation of RediSearch (#2957)
Show description for 05124de
sjpotter
authored
05124de
Copy full SHA for 05124de
Linking to Redis resources (#3006)
chayim
authored
7867c62
Copy full SHA for 7867c62
Close various objects created during asyncio tests (#3005)
Show description for df3b9e9
kristjanvalur
authored
df3b9e9
Copy full SHA for df3b9e9
Commits on Oct 11, 2023
Creating CODEOWNERS for the examples (#2993)
chayim
authored
5391c5f
Copy full SHA for 5391c5f
Don't perform blocking connect inside the BlockingConnectionQueue Condition variable. (#2997)
kristjanvalur
authored
d1dbb15
Copy full SHA for d1dbb15
Commits on Oct 9, 2023
fix type hint (#2963)
Show description for 054caf3
d184230
and
d184230
authored
054caf3
Copy full SHA for 054caf3
Commits on Oct 5, 2023
Bump rojopolis/spellcheck-github-actions from 0.33.1 to 0.34.0 (#2970)
Show description for 787d731
dependabot[bot]
authored
787d731
Copy full SHA for 787d731
Bump actions/checkout from 3 to 4 (#2969)
Show description for 24887dc
dependabot[bot]
authored
24887dc
Copy full SHA for 24887dc
Commits on Sep 21, 2023
Version 5.0.1 (#2958)
dvora-h
authored
cc4bc1a
Copy full SHA for cc4bc1a
Type hint improvements (#2952)
Show description for 2ee7c3c
chayim
and
dvora-h
authored
2ee7c3c
Copy full SHA for 2ee7c3c
Save a reference to created async tasks, to avoid tasks potentially disappearing (#2816)
Show description for 56b254e
anio
and
dvora-h
authored
56b254e
Copy full SHA for 56b254e
Replace clear_connect_callbacks with _deregister_connect_callback (#2955)
dvora-h
authored
1b370da
Copy full SHA for 1b370da
Commits on Sep 20, 2023
async fixes, remove __del__ and other things (#2870)
Show description for ded9f7c
kristjanvalur
authored
ded9f7c
Copy full SHA for ded9f7c
Provide aclose() / close() for classes requiring lifetime management (#2898)
Show description for c46a28d
kristjanvalur
authored
c46a28d
Copy full SHA for c46a28d
Commits on Sep 19, 2023
Add support for `ModuleCommands` in cluster (#2951)
dvora-h
authored
6207641
Copy full SHA for 6207641
Fix monitor regex bug (#2950)
dvora-h
authored
2df75ad
Copy full SHA for 2df75ad
Add support for multimple values in `RPUSHX` (#2949)
dvora-h
authored
0acd0e7
Copy full SHA for 0acd0e7
Commits on Sep 18, 2023
Add `Redis.from_pool()` class method, for explicitly owning and closing a ConnectionPool (#2913)
Show description for 012f7cf
kristjanvalur
authored
012f7cf
Copy full SHA for 012f7cf
Cluster determine slot command name need upper (#2919)
Show description for 086efb2
yangbodong22011
authored
086efb2
Copy full SHA for 086efb2
Commits on Sep 14, 2023
add pagination, sorting and grouping examples to search json example (#2890)
elfkuzco
authored
509c77c
Copy full SHA for 509c77c
Avoid creating ref cycles (#2932)
Show description for 578fb26
hauntsaninja
authored
578fb26
Copy full SHA for 578fb26
Remove process-id checks from asyncio. Asyncio and fork() does not mix. (#2911)
Show description for ba186d2
kristjanvalur
authored
ba186d2
Copy full SHA for ba186d2
Fix resource usage and cleanup Mocks in the unit tests (#2936)
Show description for 94ae3e0
kristjanvalur
authored
94ae3e0
Copy full SHA for 94ae3e0
Pagination
Previous
Next
You can’t perform that action at this time.