-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Insights: redis/redis-py
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
v6.0.0b1 6.0.0b1
published
Mar 24, 2025
34 Pull requests merged by 24 people
-
Bump rojopolis/spellcheck-github-actions from 0.47.0 to 0.48.0
#3580 merged
Apr 3, 2025 -
Docs/raae 724/remove redis ventures
#3579 merged
Apr 2, 2025 -
Fix incorrect link to docs for fcall_ro command
#3576 merged
Mar 27, 2025 -
Fixed infinitely recursive health checks
#3557 merged
Mar 26, 2025 -
Improvement: Use
shutdown()
Beforeclose()
in connection.py#3567 merged
Mar 26, 2025 -
Support using ssl.VerifyMode enum for ssl_cert_reqs
#3346 merged
Mar 25, 2025 -
Truncate pipeline exception message to a sane size
#3530 merged
Mar 25, 2025 -
Adding new hash commands with expiration options - HGETDEL, HGETEX, HSETEX
#3570 merged
Mar 24, 2025 -
Exponential with jitter backoff
#3550 merged
Mar 24, 2025 -
fix: add TimeoutError handling in get_connection()
#1485 merged
Mar 18, 2025 -
Fixing search module dropindex function not to send invalid third parameter. Updating pipeline infra
#3564 merged
Mar 18, 2025 -
skip
ssl
import if not available#3078 merged
Mar 14, 2025 -
Removing support for RedisGears module.
#3553 merged
Mar 13, 2025 -
Increasing the operations-per-run for stale issues GH action
#3556 merged
Mar 13, 2025 -
Avoid stacktrace on process exit in Client.__del__()
#3397 merged
Mar 12, 2025 -
Avoid the multiprocessing forkserver method in Python 3.14
#3442 merged
Mar 12, 2025 -
Fixing async cluster pipeline execution when client is created with cluster_error_retry_attempts=0
#3545 merged
Mar 12, 2025 -
DOC-4736 added geo indexing examples
#3485 merged
Mar 11, 2025 -
Removing support for RedisGraph module.
#3548 merged
Mar 11, 2025 -
Fix #3464: Correct misleading exception_handler example in docs
#3474 merged
Mar 10, 2025 -
allow more recent pyopenssl
#3541 merged
Mar 10, 2025 -
Got rid of
time.time()
everywhere#3551 merged
Mar 10, 2025 -
feat: adds option not to raise exception when leaving context manager after lock expiration
#3531 merged
Mar 10, 2025 -
Fix AttributeError when client.get_default_node() returns None
#3458 merged
Mar 10, 2025 -
(tests): Added testing for auth via DefaultAzureCredential
#3544 merged
Mar 6, 2025 -
Removing deprecated usage of forbid_global_loop=True in pytest.mark.asyncio decorator
#3542 merged
Mar 6, 2025 -
Correct the typedef of async lock.extend() to accept redis.typing.Number(ints and floats)
#3420 merged
Mar 6, 2025 -
Replace flake8+isort+black with
ruff
#3147 merged
Mar 5, 2025 -
Isolate redis-entraid dependency for tests
#3521 merged
Mar 5, 2025 -
Fix client_list with multiple client ids
#3539 merged
Mar 4, 2025 -
Bump rojopolis/spellcheck-github-actions from 0.38.0 to 0.47.0
#3538 merged
Mar 4, 2025 -
fix(lock): Fix LockError message when releasing a lock.
#3534 merged
Mar 4, 2025
4 Pull requests opened by 2 people
-
Add IPv6 support to Connection class
#3562 opened
Mar 16, 2025 -
Adding info for sentinel handling failover when Redis client is acquired with master_for() method.
#3578 opened
Mar 27, 2025 -
Adding VectorSet commands support.
#3584 opened
Apr 3, 2025 -
Run GH pipeline tests against latest 8.0 RC1 image.
#3585 opened
Apr 3, 2025
31 Issues closed by 9 people
-
No script error
#3577 closed
Mar 31, 2025 -
Incorrect link to docs for fcall_ro command
#3575 closed
Mar 27, 2025 -
test error: No SSL certificates found
#3508 closed
Mar 26, 2025 -
Max recursion depth RecursionError when max clients exceeded with Sentinel
#2866 closed
Mar 26, 2025 -
ResponseError from pipelines can be extremely large
#3491 closed
Mar 25, 2025 -
Exponential backoff with jitter retry?
#3549 closed
Mar 24, 2025 -
[suggestion] support rediscluster schemes like `rediscluster://host:port/`
#3136 closed
Mar 22, 2025 -
Master discovery frequency
#3566 closed
Mar 21, 2025 -
Why does `lrem()` method 'value' parameter only take `str` types?
#3126 closed
Mar 20, 2025 -
Potential Command Duplication in _send_command_parse_response Retry Mechanism
#3554 closed
Mar 19, 2025 -
RedisCluster use execute_command not support full Redis command
#3428 closed
Mar 19, 2025 -
read_from_replicas=True Still Sends Requests to Master Nodes in RedisCluster
#3552 closed
Mar 19, 2025 -
Async Cluster does not attempt reconnect when max connections is reached
#3135 closed
Mar 19, 2025 -
Increase supported version of pyOpenSSL
#3161 closed
Mar 18, 2025 -
Looking for how to do pub sub with sharded pub/sub in redis>7.0.1
#3561 closed
Mar 17, 2025 -
{ "detail": "Error 11001 connecting to redis:6379. getaddrinfo failed." }
#3175 closed
Mar 13, 2025 -
Stderr backtrace caused by `redis.client.Redis.__del__` on process exit.
#3014 closed
Mar 12, 2025 -
Issue with AsyncGraph Query call
#3373 closed
Mar 12, 2025 -
Authentication errors when using RESP 3 and health check
#3283 closed
Mar 12, 2025 -
Redis connection using from_url
#3410 closed
Mar 12, 2025 -
Add details to connection error message
#3209 closed
Mar 12, 2025 -
Asycnio ClusterPipeline execute won't execute any commands when cluster_error_retry_attempts is 0
#3419 closed
Mar 12, 2025 -
documentation for run_in_thread with exception_handler seems to be misleading
#3464 closed
Mar 10, 2025 -
Option not to raise when leaving context manager after lock expiration
#3532 closed
Mar 10, 2025 -
Incorrect Type Hint for `scan` Method in Redis Python Library
#3460 closed
Mar 7, 2025 -
`@pytest.mark.asyncio(forbid_global_loop=True)` has been removed in pytest-asyncio-0.6.0
#3339 closed
Mar 6, 2025 -
Question: is the `thread_local=False` works only when use the same Lock instance?
#3540 closed
Mar 6, 2025 -
No documentation for v5.0.2 to v5.0.8, especially new hash field expiration commands
#3360 closed
Mar 5, 2025 -
How to run tests?
#3363 closed
Mar 5, 2025 -
Release a lock from a non-owned thread should raise proper error
#3535 closed
Mar 4, 2025
15 Issues opened by 12 people
-
mypy types
#3583 opened
Apr 3, 2025 -
pfcount for Redis Cluster
#3582 opened
Apr 2, 2025 -
superset < > redis connectivity issue
#3581 opened
Apr 2, 2025 -
Unable to instantiate RedisCluster according to pyright
#3574 opened
Mar 26, 2025 -
topk().list decodes "infinity" as float
#3573 opened
Mar 25, 2025 -
`Unclosed ClusterNode object` error triggered by `redis.asyncio.cluster.ClusterNode.__del__()`
#3572 opened
Mar 25, 2025 -
Why does Pipeline.close() ends the connection?
#3571 opened
Mar 25, 2025 -
async TimeSeries
#3569 opened
Mar 19, 2025 -
`RuntimeError` in `redis.asyncio.cluster.NodesManager.initialize()`
#3565 opened
Mar 18, 2025 -
`SentinelManagedConnection` delays new master detection and Risks data loss
#3560 opened
Mar 14, 2025 -
Is there any plan to use ConnectionPool in redis.asyncio.cluster.ClusterNode?
#3558 opened
Mar 13, 2025 -
Retry Mechanism Fails When Redis Container is Paused
#3555 opened
Mar 12, 2025 -
py-redis don't acknowledged disconnection from the server
#3547 opened
Mar 7, 2025 -
self._write_ready() 'NoneType' object is not callable
#3546 opened
Mar 6, 2025 -
Missing keyspace notifications after master failover
#3543 opened
Mar 5, 2025
28 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Sentinel TLS: discover_master is not respect connection type.
#3128 commented on
Mar 5, 2025 • 0 new comments -
Pylance type checking issues with async redis.hset
#3169 commented on
Mar 6, 2025 • 0 new comments -
Configurable Encoder
#3181 commented on
Mar 14, 2025 • 0 new comments -
Health checks being performed when not needed
#3429 commented on
Mar 14, 2025 • 0 new comments -
Error-prone behaviour of SELECT command in combination with connection pool
#3124 commented on
Mar 15, 2025 • 0 new comments -
RedisCluster with ssl_check_hostname
#3122 commented on
Mar 15, 2025 • 0 new comments -
`ssl_password` is not supported at `redis.asyncio.Redis` constructor
#3347 commented on
Mar 15, 2025 • 0 new comments -
The `timeout` parameter of the `redis.asyncio.Connection.read_response` method is unusable as a timeout is undistinguishable from a NULL response
#3113 commented on
Mar 16, 2025 • 0 new comments -
Improve connection speed by running fewer commands
#3090 commented on
Mar 16, 2025 • 0 new comments -
Wrong typing for client parameters in Script
#3123 commented on
Mar 17, 2025 • 0 new comments -
add url support for sentinel
#3084 commented on
Mar 17, 2025 • 0 new comments -
Possible deadlock during a Python GC cycle caused by `Pubsub.__del__`
#3081 commented on
Mar 18, 2025 • 0 new comments -
Feature request: JSON.GET in cluster.py READ_COMMANDS
#2802 commented on
Mar 18, 2025 • 0 new comments -
Blocking command `timeout` cannot exceed client's `socket_timeout`
#2807 commented on
Mar 18, 2025 • 0 new comments -
How to silence redis log
#3077 commented on
Mar 20, 2025 • 0 new comments -
Error when reusing asyncio connection pool - multiple event loops
#3351 commented on
Mar 21, 2025 • 0 new comments -
Make it easy to log request/responses
#2854 commented on
Mar 22, 2025 • 0 new comments -
Async retry needs to capture OSError exception in retry
#3450 commented on
Mar 26, 2025 • 0 new comments -
SlotNotCoveredError when cluster is resharding
#2988 commented on
Mar 26, 2025 • 0 new comments -
"IndexError: string index out of range" on get_message from PubSub
#3444 commented on
Mar 26, 2025 • 0 new comments -
Async redis in multiprocessing situation hangs while attempting connection in the child process
#3141 commented on
Mar 28, 2025 • 0 new comments -
We need examples!
#1744 commented on
Mar 30, 2025 • 0 new comments -
Have get_primaries and related RedisCluster methods throw an error if the cluster isn't initialized
#3040 commented on
Mar 11, 2025 • 0 new comments -
Fix `MEMORY USAGE key` in cluster (legacy redis)
#3047 commented on
Mar 11, 2025 • 0 new comments -
Allow multiple LOAD arguments with wildcard LOAD aggregations
#3075 commented on
Mar 23, 2025 • 0 new comments -
PythonRespSerializer: better chunking
#3076 commented on
Mar 21, 2025 • 0 new comments -
Fix get_node_from_slot to handle resharding
#3182 commented on
Mar 26, 2025 • 0 new comments -
Fix async client safety
#3512 commented on
Mar 7, 2025 • 0 new comments