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
Bump release-drafter/release-drafter from 5 to 6
dependabot[bot] opened this pull request 11 months ago
dependabot[bot] opened this pull request 11 months ago
Bump actions/stale from 3 to 9
dependabot[bot] opened this pull request 11 months ago
dependabot[bot] opened this pull request 11 months ago
Pylance type checking issues with async redis.hset
epicwhale opened this issue 11 months ago
epicwhale opened this issue 11 months ago
Adding required `message` to `LockError` broke backwards compatibility
miketheman opened this issue 11 months ago
miketheman opened this issue 11 months ago
Inconsistency in WATCH command between Redis and redis-py
mdczaplicki opened this issue 11 months ago
mdczaplicki opened this issue 11 months ago
Version 5.1.0b4
dvora-h opened this pull request 11 months ago
dvora-h opened this pull request 11 months ago
Fix bug: client side caching causes unexpected disconnections (async version)
dvora-h opened this pull request 11 months ago
dvora-h opened this pull request 11 months ago
Version 5.0.2
dvora-h opened this pull request 11 months ago
dvora-h opened this pull request 11 months ago
"Unclosed ClusterNode object" with localhost
dranikpg opened this issue 11 months ago
dranikpg opened this issue 11 months ago
Structure of redis.asyncio does not allow asyncio coroutine inspection
acnebs opened this issue 11 months ago
acnebs opened this issue 11 months ago
Increase supported version of pyOpenSSL
libre-man opened this issue 11 months ago
libre-man opened this issue 11 months ago
Fix bug: client side caching causes unexpected disconnections
dvora-h opened this pull request 11 months ago
dvora-h opened this pull request 11 months ago
Cherry pick for v5.0.2
dvora-h opened this pull request 11 months ago
dvora-h opened this pull request 11 months ago
Optimizing cluster initialization changing the checks for cluster-enabled flag
willianmrs opened this pull request 11 months ago
willianmrs opened this pull request 11 months ago
Support NOVALUES parameter for HSCAN
gerzse opened this pull request 11 months ago
gerzse opened this pull request 11 months ago
Supporting redis unstable commands
chayim opened this issue 11 months ago
chayim opened this issue 11 months ago
Support XREAD, XREADGROUP reading from last message of stream
chayim opened this issue 11 months ago
chayim opened this issue 11 months ago
Add command filter for CLIENT KILL to support maximum age via [MAXAGE] option
chayim opened this issue 11 months ago
chayim opened this issue 11 months ago
Add support for HSCAN [NOVALUES]
chayim opened this issue 11 months ago
chayim opened this issue 11 months ago
Cluster schema support
ramwin opened this pull request 11 months ago
ramwin opened this pull request 11 months ago
tests fail out of the box
CarlFK opened this issue 11 months ago
CarlFK opened this issue 11 months ago
Worse error reporting in version 5
zaquest opened this issue 11 months ago
zaquest opened this issue 11 months ago
Update connection.py
wKollendorf opened this pull request 11 months ago
wKollendorf opened this pull request 11 months ago
RedisCluster initialization is too slow, can we skip it or optimize it?
willianmrs opened this issue 11 months ago
willianmrs opened this issue 11 months ago
Replace flake8+isort+black with `ruff`
akx opened this pull request 11 months ago
akx opened this pull request 11 months ago
Remove typing-extensions from deps
akx opened this pull request 11 months ago
akx opened this pull request 11 months ago
redisCluster can't enable RESP3
owanio1992 opened this issue 11 months ago
owanio1992 opened this issue 11 months ago
zrangebyscore returning wrong type.
jeanluciano opened this issue 12 months ago
jeanluciano opened this issue 12 months ago
Wrong type annotation on the method return type for from_url
Leggendario12 opened this issue 12 months ago
Leggendario12 opened this issue 12 months ago
Revert stale issue version update
dvora-h opened this pull request 12 months ago
dvora-h opened this pull request 12 months ago
Async redis in multiprocessing situation hangs while attempting connection in the child process
dgpetrie opened this issue 12 months ago
dgpetrie opened this issue 12 months ago
Wrong typing Redis.from_url
Like6po opened this issue 12 months ago
Like6po opened this issue 12 months ago
sentinel_get_master_addr_by_name() returns boolean instead of (host, port) pair
nathan-bowman opened this issue 12 months ago
nathan-bowman opened this issue 12 months ago
xread throws timeout errors when using `block` in asyncio mode
kevinvalk opened this issue 12 months ago
kevinvalk opened this issue 12 months ago
address_remap stuck in loop, called multiple times and not working.
arthosdevelops opened this issue 12 months ago
arthosdevelops opened this issue 12 months ago
[suggestion] support rediscluster schemes like `rediscluster://host:port/`
ramwin opened this issue 12 months ago
ramwin opened this issue 12 months ago
Async Cluster does not attempt reconnect when max connections is reached
stinovlas opened this issue 12 months ago
stinovlas opened this issue 12 months ago
Fix retry logic for pubsub and pipeline
w-miller opened this pull request 12 months ago
w-miller opened this pull request 12 months ago
release already acquired connections on ClusterPipeline, when get_connection raises an exception
zakaf opened this pull request 12 months ago
zakaf opened this pull request 12 months ago
Bump actions/stale from 3 to 9
dependabot[bot] opened this pull request 12 months ago
dependabot[bot] opened this pull request 12 months ago
Bump codecov/codecov-action from 3 to 4
dependabot[bot] opened this pull request 12 months ago
dependabot[bot] opened this pull request 12 months ago
TimeoutError during ClusterPipeline makes the client unrecoverable
gabrielecerami opened this issue 12 months ago
gabrielecerami opened this issue 12 months ago
docs: Add timeout parameter for get_message example
hongqn opened this pull request 12 months ago
hongqn opened this pull request 12 months ago
Sentinel TLS: discover_master is not respect connection type.
garry-t opened this issue 12 months ago
garry-t opened this issue 12 months ago
Allow to control the minimum SSL version
poiuj opened this pull request 12 months ago
poiuj opened this pull request 12 months ago
Why does `lrem()` method 'value' parameter only take `str` types?
chenzhongxiang opened this issue 12 months ago
chenzhongxiang opened this issue 12 months ago
Documentation update (asyncio_examples.ipynb)
matrey opened this pull request 12 months ago
matrey opened this pull request 12 months ago
Error-prone behaviour of SELECT command in combination with connection pool
nj-vs-vh opened this issue 12 months ago
nj-vs-vh opened this issue 12 months ago
Wrong typing for client parameters in Script
abbasyadollahi opened this issue 12 months ago
abbasyadollahi opened this issue 12 months ago
RedisCluster with ssl_check_hostname
wicol opened this issue almost 1 year ago
wicol opened this issue almost 1 year ago
Question - Headless Sentinel Service
rad-pat opened this issue about 1 year ago
rad-pat opened this issue about 1 year ago
Fix grammer in BlockingConnectionPool class documentation
ahmedabdou14 opened this pull request about 1 year ago
ahmedabdou14 opened this pull request about 1 year ago
Add RE tests to CI
dvora-h opened this pull request about 1 year ago
dvora-h opened this pull request about 1 year ago
Thread safety in Connection Pool - connections growing
joshverma opened this issue about 1 year ago
joshverma opened this issue about 1 year ago
Add modules support to async RedisCluster
dvora-h opened this pull request about 1 year ago
dvora-h opened this pull request about 1 year ago
Add RE tests
dvora-h opened this pull request about 1 year ago
dvora-h opened this pull request about 1 year ago
The `timeout` parameter of the `redis.asyncio.Connection.read_response` method is unusable as a timeout is undistinguishable from a NULL response
yvan-the-barbarian opened this issue about 1 year ago
yvan-the-barbarian opened this issue about 1 year ago
Version 5.1.0b3
dvora-h opened this pull request about 1 year ago
dvora-h opened this pull request about 1 year ago
asyncio redis cluster: fixed reconnection when whole cluster goes down
adaamz opened this pull request about 1 year ago
adaamz opened this pull request about 1 year ago
CSC Review Fixes - expose delete functions, rename attribute names, add AbstractCache class
dvora-h opened this pull request about 1 year ago
dvora-h opened this pull request about 1 year ago
Updating async-timeout to 4.0.3
dvora-h opened this pull request about 1 year ago
dvora-h opened this pull request about 1 year ago
PubSub not awaiting new messages
ChronoDK opened this issue about 1 year ago
ChronoDK opened this issue about 1 year ago
Invalid type hint returns for async functions
zulrang opened this issue about 1 year ago
zulrang opened this issue about 1 year ago
Return a copy of the response from cache
dvora-h opened this pull request about 1 year ago
dvora-h opened this pull request about 1 year ago
ModuleNotFoundError: No module named ‘async-timeout’ for python version > 3.11.2
mmick78 opened this issue about 1 year ago
mmick78 opened this issue about 1 year ago
Fix possible pipeline connections leak
ING-XIAOJIAN opened this pull request about 1 year ago
ING-XIAOJIAN opened this pull request about 1 year ago
Fix: `HSET` unexpectedly mutates the list passed to items
dvora-h opened this pull request about 1 year ago
dvora-h opened this pull request about 1 year ago
Support client side caching with RedisCluster
dvora-h opened this pull request about 1 year ago
dvora-h opened this pull request about 1 year ago
Always submitting codecov
chayim opened this pull request about 1 year ago
chayim opened this pull request about 1 year ago
Version 5.1.0b2
dvora-h opened this pull request about 1 year ago
dvora-h opened this pull request about 1 year ago
Support client side caching with ConnectionPool
dvora-h opened this pull request about 1 year ago
dvora-h opened this pull request about 1 year ago
added an option that key name in set_path will not be the full path
markmarkmarkthebest opened this pull request about 1 year ago
markmarkmarkthebest opened this pull request about 1 year ago
Bump actions/upload-artifact from 3 to 4
dependabot[bot] opened this pull request about 1 year ago
dependabot[bot] opened this pull request about 1 year ago
Bump github/codeql-action from 2 to 3
dependabot[bot] opened this pull request about 1 year ago
dependabot[bot] opened this pull request about 1 year ago
Bump actions/setup-python from 4 to 5
dependabot[bot] opened this pull request about 1 year ago
dependabot[bot] opened this pull request about 1 year ago
json set_path without full file path
markmarkmarkthebest opened this issue about 1 year ago
markmarkmarkthebest opened this issue about 1 year ago
Version 5.1.0b1
dvora-h opened this pull request about 1 year ago
dvora-h opened this pull request about 1 year ago
messages may become unretrievable on the subscriber side after a long period of inactivity
fanwz opened this issue about 1 year ago
fanwz opened this issue about 1 year ago
Some functions have wrong return types
ykun91 opened this issue about 1 year ago
ykun91 opened this issue about 1 year ago
Improve connection speed by running fewer commands
chayim opened this issue about 1 year ago
chayim opened this issue about 1 year ago
Client side caching invalidations (standalone)
dvora-h opened this pull request about 1 year ago
dvora-h opened this pull request about 1 year ago
Decode responses option outside connection pool not respected
ahmedabdou14 opened this issue about 1 year ago
ahmedabdou14 opened this issue about 1 year ago
Retrieving invalidation message in redis-py when client tracking is used
theyueli opened this issue about 1 year ago
theyueli opened this issue about 1 year ago
Update README.md
earthgecko opened this pull request about 1 year ago
earthgecko opened this pull request about 1 year ago
5.0.0 introduces CLIENT SETINFO which is not compatible with Redis < 7.2
earthgecko opened this issue about 1 year ago
earthgecko opened this issue about 1 year ago
add url support for sentinel
alisterd51 opened this issue about 1 year ago
alisterd51 opened this issue about 1 year ago
Timeseries not available when using cluster with asyncio
vukasin opened this issue about 1 year ago
vukasin opened this issue about 1 year ago
StrictRedis.from_url returns function signature returns None but it should be StrictRedis
Nicu-Ducal opened this issue about 1 year ago
Nicu-Ducal opened this issue about 1 year ago
Possible deadlock during a Python GC cycle caused by `Pubsub.__del__`
yilei opened this issue about 1 year ago
yilei opened this issue about 1 year ago
Make the connection Pool Class configurable
ben-cutler-datarobot opened this pull request about 1 year ago
ben-cutler-datarobot opened this pull request about 1 year ago
ZDIFF command with unexpected result
mzlotnik opened this issue about 1 year ago
mzlotnik opened this issue about 1 year ago
skip `ssl` import if not available
dicej opened this pull request about 1 year ago
dicej opened this pull request about 1 year ago
How to silence redis log
wiryonolau opened this issue about 1 year ago
wiryonolau opened this issue about 1 year ago
PythonRespSerializer: better chunking
VadimPushtaev opened this pull request about 1 year ago
VadimPushtaev opened this pull request about 1 year ago
Allow multiple LOAD arguments with wildcard LOAD aggregations
uglide opened this pull request about 1 year ago
uglide opened this pull request about 1 year ago
`redis.cluster.RedisCluster` with RESP3 and hiredis causes segmentation fault
jakob-keller opened this issue about 1 year ago
jakob-keller opened this issue about 1 year ago
fix(docs): organize cluster mode part of lua scripting
mattwang44 opened this pull request about 1 year ago
mattwang44 opened this pull request about 1 year ago
Fix Specifying Target Nodes broken hyperlink
enjoy-binbin opened this pull request about 1 year ago
enjoy-binbin opened this pull request about 1 year ago
Fix return types in json commands
parmenashp opened this pull request about 1 year ago
parmenashp opened this pull request about 1 year ago
Request - HGET mapping feature
hulleyrob opened this issue about 1 year ago
hulleyrob opened this issue about 1 year ago