Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/redis/redis-py
Redis Python client
https://github.com/redis/redis-py
Fix #3464: Correct misleading exception_handler example in docs
byeongjulee222 opened this pull request 17 days ago
byeongjulee222 opened this pull request 17 days ago
Moved self._lock initialisation to Pool constructor
vladvildanov opened this pull request 18 days ago
vladvildanov opened this pull request 18 days ago
Expand type for EncodedT
hauntsaninja opened this pull request 22 days ago
hauntsaninja opened this pull request 22 days ago
Update LICENSE, fix copyright license year
JasonnnW3000 opened this pull request 23 days ago
JasonnnW3000 opened this pull request 23 days ago
Redis client-side caching connection deadlocks when health_check_interval is non-zero
michael-chaos opened this issue 24 days ago
michael-chaos opened this issue 24 days ago
Added Redis 8.0 to test matrix
vladvildanov opened this pull request 25 days ago
vladvildanov opened this pull request 25 days ago
Fixed flacky TokenManager test
vladvildanov opened this pull request 29 days ago
vladvildanov opened this pull request 29 days ago
Changed default dialect to 2
vladvildanov opened this pull request 29 days ago
vladvildanov opened this pull request 29 days ago
convert to pyproject.toml
woutdenolf opened this pull request about 1 month ago
woutdenolf opened this pull request about 1 month ago
Added workflow_dispatch for pypi release workflow
vladvildanov opened this pull request about 1 month ago
vladvildanov opened this pull request about 1 month ago
documentation for run_in_thread with exception_handler seems to be misleading
mbec-lbto opened this issue about 1 month ago
mbec-lbto opened this issue about 1 month ago
Remove dependency files and add dependencies to setup.py
woutdenolf opened this issue about 1 month ago
woutdenolf opened this issue about 1 month ago
add missing dependency
woutdenolf opened this pull request about 1 month ago
woutdenolf opened this pull request about 1 month ago
Version 5.3.0b3: ModuleNotFoundError: No module named 'jwt'
woutdenolf opened this issue about 1 month ago
woutdenolf opened this issue about 1 month ago
Incorrect Type Hint for `scan` Method in Redis Python Library
nh916 opened this issue about 1 month ago
nh916 opened this issue about 1 month ago
'BlockingConnectionPool' object has no attribute '_lock'
WenminZhao opened this issue about 1 month ago
WenminZhao opened this issue about 1 month ago
Fix AttributeError when client.get_default_node() returns None
bacchuswng opened this pull request about 1 month ago
bacchuswng opened this pull request about 1 month ago
How can we retrieve _available_connections and _in_use_connections while using BlockingConnectionPool?
vikas-credgenics opened this issue about 1 month ago
vikas-credgenics opened this issue about 1 month ago
Fix incorrect attribute reuse in redis.connection.CacheProxyConnection
zs-neo opened this pull request about 1 month ago
zs-neo opened this pull request about 1 month ago
Probably wrong type hint for evalsha function
artsiomkaltovich opened this issue about 1 month ago
artsiomkaltovich opened this issue about 1 month ago
socket_timeout parameter on async connections actually apply to multiple socket read operations
Cnoor0171 opened this issue about 2 months ago
Cnoor0171 opened this issue about 2 months ago
`Wrong number of response items from pipeline execution` error on pipeline when client-side-caching is enabled
iRhonin opened this issue about 2 months ago
iRhonin opened this issue about 2 months ago
Inconsistent format of command brpop/blpop return results when using protocol
zs-neo opened this issue about 2 months ago
zs-neo opened this issue about 2 months ago
Release 5.2.1
vladvildanov opened this pull request about 2 months ago
vladvildanov opened this pull request about 2 months ago
Async retry needs to capture OSError exception in retry
rickyzhang82 opened this issue about 2 months ago
rickyzhang82 opened this issue about 2 months ago
DOC-4560 pipe/transaction examples
andy-stark-redis opened this pull request about 2 months ago
andy-stark-redis opened this pull request about 2 months ago
Fix blocking on async pipeline with many commands (>100)
rad-pat opened this pull request about 2 months ago
rad-pat opened this pull request about 2 months ago
Add dynamic_startup_nodes parameter to async RedisCluster
Kakadus opened this pull request about 2 months ago
Kakadus opened this pull request about 2 months ago
Fixed unsecured tempfile.mktemp() command usage
vladvildanov opened this pull request about 2 months ago
vladvildanov opened this pull request about 2 months ago
StreamingCredentialProvider support
vladvildanov opened this pull request about 2 months ago
vladvildanov opened this pull request about 2 months ago
"IndexError: string index out of range" on get_message from PubSub
jmspereira opened this issue about 2 months ago
jmspereira opened this issue about 2 months ago
Receiving `ResponseError: (...) READONLY` instead of `ReadOnlyError` when executing script
goncalossilva opened this issue about 2 months ago
goncalossilva opened this issue about 2 months ago
Avoid the multiprocessing forkserver method in Python 3.14
befeleme opened this pull request about 2 months ago
befeleme opened this pull request about 2 months ago
Fixed bug with SLOWLOG GET response parsing from Redis Software
vladvildanov opened this pull request 2 months ago
vladvildanov opened this pull request 2 months ago
Fix number of retries in async pipeline
Yard1 opened this pull request 2 months ago
Yard1 opened this pull request 2 months ago
Allow multi-node commands in async pipeline
Yard1 opened this pull request 2 months ago
Yard1 opened this pull request 2 months ago
Fixed issue with invoking _close() on closed event loop
vladvildanov opened this pull request 2 months ago
vladvildanov opened this pull request 2 months ago
Fixing randomly failing test
IlianIliev opened this pull request 2 months ago
IlianIliev opened this pull request 2 months ago
Add `command_timeout` to async client
Yard1 opened this pull request 2 months ago
Yard1 opened this pull request 2 months ago
Turn `acquire_connection` into a context manager
Yard1 opened this pull request 2 months ago
Yard1 opened this pull request 2 months ago
Updated default value to match sync cluster API
vladvildanov opened this pull request 2 months ago
vladvildanov opened this pull request 2 months ago
How to get a (async) sentinel connection pool working correctly
mzealey opened this issue 2 months ago
mzealey opened this issue 2 months ago
Removing unnecessary check
IlianIliev opened this pull request 2 months ago
IlianIliev opened this pull request 2 months ago
Error: Event loop is closed when running asyncio + sentinel examples
pedroplytix opened this issue 2 months ago
pedroplytix opened this issue 2 months ago
Connection pool garbage collection of idle connections
jmspereira opened this issue 3 months ago
jmspereira opened this issue 3 months ago
Health checks being performed when not needed
jmspereira opened this issue 3 months ago
jmspereira opened this issue 3 months ago
RedisCluster use execute_command not support full Redis command
ZhaoGuan opened this issue 3 months ago
ZhaoGuan opened this issue 3 months ago
When no timeout is set for BRPOP, the process cannot be closed by pressing CTRL+C.
r3x5ur opened this issue 3 months ago
r3x5ur opened this issue 3 months ago
Updated package version
vladvildanov opened this pull request 3 months ago
vladvildanov opened this pull request 3 months ago
Trying to get in touch regarding a security issue
psmoros opened this issue 3 months ago
psmoros opened this issue 3 months ago
Fix inaccurate docstring for unwatch()
djroze opened this pull request 3 months ago
djroze opened this pull request 3 months ago
async CredentialProvider
yulin-li opened this pull request 3 months ago
yulin-li opened this pull request 3 months ago
get_credential() in CredentialProvider is not async for async client
yulin-li opened this issue 3 months ago
yulin-li opened this issue 3 months ago
Clarification on Broad Type Hints for Redis Client Methods
h3isenbug opened this issue 3 months ago
h3isenbug opened this issue 3 months ago
Correct the typedef of lock.extend() to accept floats
nbertram opened this pull request 3 months ago
nbertram opened this pull request 3 months ago
Asycnio ClusterPipeline execute won't execute any commands when cluster_error_retry_attempts is 0
ryan-smylski opened this issue 3 months ago
ryan-smylski opened this issue 3 months ago
Updated package version
vladvildanov opened this pull request 3 months ago
vladvildanov opened this pull request 3 months ago
Pin pytest-profiling to fix tests execution in CI
uglide opened this pull request 3 months ago
uglide opened this pull request 3 months ago
Pipeline `execute` in async blocks as it packs the commands
rad-pat opened this issue 3 months ago
rad-pat opened this issue 3 months ago
Migrate to clients test image
uglide opened this pull request 3 months ago
uglide opened this pull request 3 months ago
Implement ssl_ca_path argument for async Redis client
tyler-8 opened this issue 3 months ago
tyler-8 opened this issue 3 months ago
Update README.md - Fix 'Note' - bold
BaseMax opened this pull request 3 months ago
BaseMax opened this pull request 3 months ago
redis.asyncio.Redis is very slow compared redis.Redis
vardanaloyan opened this issue 3 months ago
vardanaloyan opened this issue 3 months ago
cluster - scan do not respect require_full_coverage at false
raphaelauv opened this issue 3 months ago
raphaelauv opened this issue 3 months ago
Redis connection using from_url
eash11 opened this issue 4 months ago
eash11 opened this issue 4 months ago
adds scorer to AggregateRequest
rbs333 opened this pull request 4 months ago
rbs333 opened this pull request 4 months ago
Add scorer support for aggregations. Allowing for BM25 / Vector hybrid search.
rbs333 opened this issue 4 months ago
rbs333 opened this issue 4 months ago
DOC-4345 added testable JSON search examples for home page
andy-stark-redis opened this pull request 4 months ago
andy-stark-redis opened this pull request 4 months ago
Backport 5.1 changes into master
vladvildanov opened this pull request 4 months ago
vladvildanov opened this pull request 4 months ago
support microsoft entra id for authentication with azure cache for redis (tokens can expire)
dimbleby opened this issue 4 months ago
dimbleby opened this issue 4 months ago
there is no pyopenssl 23.2.1
dimbleby opened this pull request 4 months ago
dimbleby opened this pull request 4 months ago
Updated package version
vladvildanov opened this pull request 4 months ago
vladvildanov opened this pull request 4 months ago
Fix bug with async pipeline and cluster fails with some commands
vladvildanov opened this pull request 4 months ago
vladvildanov opened this pull request 4 months ago
hgetall command broken in 5.1.0
vharitonsky opened this issue 4 months ago
vharitonsky opened this issue 4 months ago
Fix bug with partial Hiredis availability
vladvildanov opened this pull request 4 months ago
vladvildanov opened this pull request 4 months ago
Fix bug with Redis Set commands returns List instead of Set
vladvildanov opened this pull request 4 months ago
vladvildanov opened this pull request 4 months ago
Bump rojopolis/spellcheck-github-actions from 0.38.0 to 0.42.0
dependabot[bot] opened this pull request 4 months ago
dependabot[bot] opened this pull request 4 months ago
Avoid stacktrace on process exit in Client.__del__()
noirbee opened this pull request 4 months ago
noirbee opened this pull request 4 months ago
Cannot connect using the Redis URL, but can connect by specifying hostname.
vedantroy opened this issue 4 months ago
vedantroy opened this issue 4 months ago
Cannot connect to redis using URL but can by manually specifying hostname
ved-genmo opened this issue 4 months ago
ved-genmo opened this issue 4 months ago
json().get() returns None with RedisCluster after upgrading to version 5.1.0
vineethvkumar opened this issue 4 months ago
vineethvkumar opened this issue 4 months ago
NameError: name 'hiredis' is not defined due to hiredis version being lower than 3
helissonomc opened this issue 4 months ago
helissonomc opened this issue 4 months ago
Seeking guidance for `hiredis` dependency on `redis-py`
ramchandra-st opened this issue 4 months ago
ramchandra-st opened this issue 4 months ago
Async pipeline doesn't work with some commands in 5.1
RafalBielickiIM opened this issue 4 months ago
RafalBielickiIM opened this issue 4 months ago
List instead of set for SMEMBERS in 5.1
jules-ch opened this issue 4 months ago
jules-ch opened this issue 4 months ago
Updated package version
vladvildanov opened this pull request 4 months ago
vladvildanov opened this pull request 4 months ago
Updated package version
vladvildanov opened this pull request 4 months ago
vladvildanov opened this pull request 4 months ago
Updated package version
vladvildanov opened this pull request 4 months ago
vladvildanov opened this pull request 4 months ago
Async Redis resolves to non-async function calls.
Krupskis opened this issue 4 months ago
Krupskis opened this issue 4 months ago
To bool added
mayank-apnamart opened this pull request 4 months ago
mayank-apnamart opened this pull request 4 months ago
Sentinel connection proxy master variable incorrect
mayank-apnamart opened this issue 4 months ago
mayank-apnamart opened this issue 4 months ago
Change test infrastructure to CE instead of Stack
vladvildanov opened this pull request 4 months ago
vladvildanov opened this pull request 4 months ago
Commands fail with MOVED sometimes when using address_remap
daveisfera opened this issue 4 months ago
daveisfera opened this issue 4 months ago
DOC-4200: add TCEs to the aggregation query page
dwdougherty opened this pull request 4 months ago
dwdougherty opened this pull request 4 months ago
DOC-4199: add TCEs to the combined query page
dwdougherty opened this pull request 4 months ago
dwdougherty opened this pull request 4 months ago
blpop only accepts integer timeout value while redis can handle double
zenssh opened this issue 4 months ago
zenssh opened this issue 4 months ago
DOC-4197: add TCEs to the geospatial query page
dwdougherty opened this pull request 4 months ago
dwdougherty opened this pull request 4 months ago
DOC-4196: add TCEs to the full-text query page
dwdougherty opened this pull request 5 months ago
dwdougherty opened this pull request 5 months ago
Fix sentinel connections
garionphx opened this pull request 5 months ago
garionphx opened this pull request 5 months ago
Update README.md - mentioning redis 7.4 support
TomerHekmati opened this pull request 5 months ago
TomerHekmati opened this pull request 5 months ago