-
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
3 Releases published by 1 person
-
v6.1.0 6.1.0
published
May 13, 2025 -
v6.2.0 6.2.0
published
May 28, 2025 -
v6.1.1
published
Jun 2, 2025
29 Pull requests merged by 12 people
-
Dropping integration tests with Redis 6.2 from pipeline actions.
#3659 merged
Jun 2, 2025 -
Bump rojopolis/spellcheck-github-actions from 0.48.0 to 0.49.0
#3665 merged
Jun 2, 2025 -
Fixing the return type hint for the transaction method in the standalone client.
#3660 merged
May 29, 2025 -
fix: avoid instantiating a connection on _repr__
#3653 merged
May 29, 2025 -
maintenance: Preparation for release 6.2.0 - updating lib version.
#3662 merged
May 27, 2025 -
maintenance: Update redis-entraid dependency
#3661 merged
May 27, 2025 -
fix(doc) : update Python print output in json doctests
#3658 merged
May 27, 2025 -
Dropping Python 3.8 support as it has reached end of life
#3657 merged
May 27, 2025 -
[Async] Multi Exec on cluster
#3649 merged
May 27, 2025 -
Removing connection_pool field from the CommandProtocol definition
#3656 merged
May 27, 2025 -
fix: Fixed potential deadlock from unexpected __del__ call
#3654 merged
May 26, 2025 -
fix: Revert wrongly changed default value for check_hostname when instantiating RedisSSLContext
#3655 merged
May 23, 2025 -
Fix the old import indexDefinition -> index_definition
#3652 merged
May 23, 2025 -
Support RESP3 with hiredis-py parser
#3648 merged
May 23, 2025 -
Add dynamic_startup_nodes parameter to async RedisCluster
#3646 merged
May 14, 2025 -
Updating the readme and lib version to contain the changes from the latest stable release
#3644 merged
May 13, 2025 -
Multi exec on cluster
#3611 merged
May 12, 2025 -
Export REDIS_MAJOR_VERSION correctly in run-tests
#3642 merged
May 12, 2025 -
Fix matrix in hiredis-py-integration.yaml
#3641 merged
May 9, 2025 -
Test against unstable hiredis-py
#3617 merged
May 9, 2025 -
Adding return types for the RedisModuleCommands class
#3632 merged
May 8, 2025 -
Prevent RuntimeError while reinitializing clusters - sync and async
#3633 merged
May 8, 2025 -
Updating Redis 8 test image for GH pipeline
#3639 merged
May 8, 2025 -
Allow newer PyJWT versions
#3636 merged
May 8, 2025 -
add equality and hashability to
Retry
and backoff classes#3628 merged
May 7, 2025 -
Fix
AttributeError
inClusterPipeline
#3634 merged
May 5, 2025
4 Pull requests opened by 4 people
-
Add support for Trio via AnyIO
#3647 opened
May 14, 2025 -
Encoder support date type
#3651 opened
May 21, 2025 -
Improve Onboarding with Generated System Diagrams
#3664 opened
May 31, 2025 -
Fixing errors reported by mypy.
#3666 opened
Jun 2, 2025
46 Issues closed by 4 people
-
RedisError: Hiredis is not installed
#3663 closed
May 30, 2025 -
Transaction return type None?
#3631 closed
May 29, 2025 -
Async redis is not thread safe
#2838 closed
May 28, 2025 -
dependency conflicts - Getting Started pip
#3643 closed
May 27, 2025 -
Sometimes the O(1) has 2+ sec latency
#3206 closed
May 27, 2025 -
redisearch ft().profile encounter error
#3302 closed
May 27, 2025 -
Why py-redis xack can not process message_id with type bytes and string simultaneously
#3638 closed
May 27, 2025 -
Unable to instantiate RedisCluster according to pyright
#3574 closed
May 27, 2025 -
Possible deadlock in class `Pipeline`
#3289 closed
May 26, 2025 -
Not working correctly with ipv6 exclusive hosts
#3030 closed
May 25, 2025 -
Sync `CHANGES` file up to 4.6.0? Use as a mainstay?
#2833 closed
May 23, 2025 -
Not able to use hiredis with redis-py for server-assisted client-side caching
#3358 closed
May 23, 2025 -
BlockingConnectionPool does not recover if redis disconnects.
#3034 closed
May 22, 2025 -
Redis is taking time to execute the command for my application for redis-py versions >=3.4.0
#3055 closed
May 21, 2025 -
exception raised when trying to use client-side caching on an environment where hiredis is installed
#3627 closed
May 19, 2025 -
Question - Headless Sentinel Service
#3121 closed
May 19, 2025 -
BlockingConnectionPool deadlock (double condition.acquire)
#3056 closed
May 18, 2025 -
name parameter type could be str or int
#3064 closed
May 17, 2025 -
ConnectionError('Error UNKNOWN while writing to socket. Connection lost.').
#3066 closed
May 16, 2025 -
async redis cluster should use initial startup nodes during reinitialization in case of failover
#2472 closed
May 14, 2025 -
Is async version of redis-py coroutine safe?
#2835 closed
May 14, 2025 -
is it caused by the unsafe threads?
#2865 closed
May 14, 2025 -
How do I connect to a set of replicated servers (not cluster, no sentinal)
#2889 closed
May 14, 2025 -
Inconsistent INFO keysizes response
#3616 closed
May 13, 2025 -
How to make ssl_check_hostname False for RedisCluster connection
#3635 closed
May 12, 2025 -
"Unclosed ClusterNode object" with localhost
#3163 closed
May 9, 2025 -
zrangebyscore returning wrong type.
#3144 closed
May 9, 2025 -
Commands don't implement `CommandsProtocol.connection_pool`
#2730 closed
May 9, 2025 -
Return to generating SSL snake oil certificates
#3045 closed
May 9, 2025 -
Use single connection instead of connection pool
#3304 closed
May 9, 2025 -
Async Redis resolves to non-async function calls.
#3386 closed
May 9, 2025 -
SlotNotCoveredError when cluster is resharding
#2988 closed
May 9, 2025 -
tests fail out of the box
#3151 closed
May 9, 2025 -
[RFC] Should we migrate do Poetry?
#3251 closed
May 9, 2025 -
Is version 4.3.6 compatible with Python 3.6?
#3243 closed
May 9, 2025 -
5.0.6: pytest fails in multiple units
#3279 closed
May 9, 2025 -
RedisCluster client failing to reconnect to AWS Elasticache cluster after node failover
#3284 closed
May 9, 2025 -
RedisCluster client failing to reconnect to AWS Elasticache cluster after node failover
#3310 closed
May 9, 2025 -
mypy types
#3583 closed
May 8, 2025 -
`RuntimeError` in `redis.asyncio.cluster.NodesManager.initialize()`
#3565 closed
May 8, 2025 -
Dependency on old pyjwt
#3630 closed
May 8, 2025 -
`ssl_check_hostname` fails for IP addresses
#3629 closed
May 7, 2025
2 Issues opened by 2 people
-
Warning at startup: "No registered callback for token renewal task. Renewal cancelled"
#3650 opened
May 21, 2025 -
Deadlock in `PubSub` class after update to 5.3.0
#3640 opened
May 9, 2025
24 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.
-
Improved type annotations
#3619 commented on
May 31, 2025 • 16 new comments -
Fixing sentinel command response
#3191 commented on
Jun 2, 2025 • 8 new comments -
KeyT for set operations
#3190 commented on
May 30, 2025 • 1 new comment -
Add Redis readiness verification (#3555)
#3596 commented on
May 13, 2025 • 0 new comments -
Removing unnecessary check
#3432 commented on
May 14, 2025 • 0 new comments -
Add RE tests to CI
#3119 commented on
May 11, 2025 • 0 new comments -
Refactor how asyncio.BlockingConnectionPool gets connection.
#2998 commented on
May 22, 2025 • 0 new comments -
Breaking change from #3001 missing from changelog
#3348 commented on
May 27, 2025 • 0 new comments -
Connection pool garbage collection of idle connections
#3430 commented on
May 27, 2025 • 0 new comments -
Remove idle connections periodically
#2992 commented on
May 26, 2025 • 0 new comments -
Make it easy to log request/responses
#2854 commented on
May 24, 2025 • 0 new comments -
Async RedisCluster pubsub support
#2219 commented on
May 23, 2025 • 0 new comments -
"No connection available" errors since 5.0.1
#2995 commented on
May 23, 2025 • 0 new comments -
Type Error Duing redis cluster rebalance operation.
#3011 commented on
May 21, 2025 • 0 new comments -
ResponseT type seems to be inconsistent with whatever types-redis provides
#2933 commented on
May 20, 2025 • 0 new comments -
"redis.exceptions.ResponseError: workers_offload failure" Error in the code
#3015 commented on
May 20, 2025 • 0 new comments -
Sentinel master discovery uses the wrong command
#626 commented on
May 19, 2025 • 0 new comments -
python can't close the sentinel cluster connection
#3024 commented on
May 19, 2025 • 0 new comments -
address_remap stuck in loop, called multiple times and not working.
#3137 commented on
May 17, 2025 • 0 new comments -
sentinel_get_master_addr_by_name() returns boolean instead of (host, port) pair
#3139 commented on
May 16, 2025 • 0 new comments -
Serious performance issue with redis connection pooling due to CaseInsensitiveDict
#3624 commented on
May 15, 2025 • 0 new comments -
What if a health check fails?
#3613 commented on
May 14, 2025 • 0 new comments -
py-redis don't acknowledged disconnection from the server
#3547 commented on
May 13, 2025 • 0 new comments -
Why warn on e.g. "Unclosed RedisCluster client"?
#3026 commented on
May 10, 2025 • 0 new comments