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 }}
tylerhutcherson
/
redis-py
Public
forked from
redis/redis-py
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
improve-vss-docs
User selector
All users
Datepicker
All time
Commit History
Commits on Apr 11, 2023
Merge branch 'master' into improve-vss-docs
chayim
authored
3adeb00
Copy full SHA for 3adeb00
Commits on Mar 31, 2023
completely remove initial cap reference
tylerhutcherson
committed
42dc334
Copy full SHA for 42dc334
include more realistic search examples and clean up indices
tylerhutcherson
committed
19c9866
Copy full SHA for 19c9866
Commits on Mar 29, 2023
Version 4.5.4 (#2674)
dvora-h
authored
e1017fd
Copy full SHA for e1017fd
Fix async (#2673)
dvora-h
authored
ef3f086
Copy full SHA for ef3f086
Fixing cancelled async futures (#2666)
Show description for 5acbde3
3 people
authored
5acbde3
Copy full SHA for 5acbde3
fix version and link
tylerhutcherson
committed
173c8c0
Copy full SHA for 173c8c0
update based on feedback
tylerhutcherson
committed
70e9388
Copy full SHA for 70e9388
Commits on Mar 28, 2023
Fix issue 2660: PytestUnraisableExceptionWarning from asycio client (#2669)
shacharPash
authored
6d886d7
Copy full SHA for 6d886d7
Commits on Mar 27, 2023
removing useless files (#2642)
chayim
authored
326bb1c
Copy full SHA for 326bb1c
UnixDomainSocketConnection missing constructor argument (#2630)
woutdenolf
authored
4856813
Copy full SHA for 4856813
fix: do not use asyncio's timeout lib before 3.11.2 (#2659)
Show description for 4802530
bellini666
authored
4802530
Copy full SHA for 4802530
Commits on Mar 24, 2023
add embeddings creation and storage examples
tylerhutcherson
committed
389bd42
Copy full SHA for 389bd42
update vss docs
tylerhutcherson
committed
a83e81f
Copy full SHA for a83e81f
Commits on Mar 22, 2023
AsyncIO Race Condition Fix (#2641)
chayim
authored
66a4d6b
Copy full SHA for 66a4d6b
Commits on Mar 20, 2023
Version 4.5.2 (#2627)
dvora-h
authored
318b114
Copy full SHA for 318b114
Commits on Mar 16, 2023
Fix behaviour of async PythonParser to match RedisParser as for issue #2349 (#2582)
Show description for 1b2f408
kristjanvalur
authored
1b2f408
Copy full SHA for 1b2f408
introduce AbstractConnection so that UnixDomainSocketConnection can call super().__init__ (#2588)
Show description for 7d474f9
woutdenolf
and
dvora-h
authored
7d474f9
Copy full SHA for 7d474f9
pypy-3.9 CI (#2608)
chayim
authored
c871723
Copy full SHA for c871723
add queue_class to REDIS_ALLOWED_KEYS (#2577)
Show description for d63313b
3 people
authored
d63313b
Copy full SHA for d63313b
Adding supported redis/library details (#2621)
chayim
authored
c61eeb2
Copy full SHA for c61eeb2
fix: replace async_timeout by asyncio.timeout (#2602)
Show description for 25e85e5
sileht
authored
25e85e5
Copy full SHA for 25e85e5
Remove redundant assignment. (#2620)
thebarbershop
authored
91ab12a
Copy full SHA for 91ab12a
Commits on Mar 15, 2023
Making search document subscriptable (#2615)
Show description for 8bfd492
7 people
authored
8bfd492
Copy full SHA for 8bfd492
[types] update return type of smismember to list[int] (#2617)
Show description for a372ba4
ryin1
authored
a372ba4
Copy full SHA for a372ba4
ConnectionPool SSL example (#2605)
CrimsonGlory
authored
6d1061f
Copy full SHA for 6d1061f
Fixed CredentialsProvider examples (#2587)
Show description for 3edd49b
barshaul
and
dvora-h
authored
3edd49b
Copy full SHA for 3edd49b
Speeding up the protocol parsing (#2596)
Show description for 5588ae0
chayim
authored
5588ae0
Copy full SHA for 5588ae0
update json().arrindex() default values (#2611)
Show description for b546a9a
davemcphee
authored
b546a9a
Copy full SHA for b546a9a
Commits on Feb 19, 2023
Update README to make pip install copy-pastable on zsh (#2584)
uglide
authored
6c708c2
Copy full SHA for 6c708c2
Commits on Feb 15, 2023
Fix for `lpop` and `rpop` return typing (#2590)
Show description for e9ad2a3
Galtozzy
authored
e9ad2a3
Copy full SHA for e9ad2a3
Commits on Feb 8, 2023
Version 4.5.1 (#2586)
dvora-h
authored
fd7a79d
Copy full SHA for fd7a79d
Fix #2581 UnixDomainSocketConnection' object has no attribute '_command_packer' (#2583)
Show description for 2b470cb
prokazov
authored
2b470cb
Copy full SHA for 2b470cb
Commits on Feb 7, 2023
Version 4.5.0 (#2580)
dvora-h
authored
5cb5712
Copy full SHA for 5cb5712
Fix issue with `pack_commands` returning an empty byte sequence (#2416)
Show description for f517287
jmcbailey
and
dvora-h
authored
f517287
Copy full SHA for f517287
Pagination
Previous
Next
You can’t perform that action at this time.