-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
redis.cluster.RedisCluster
with RESP3 and hiredis causes segmentation fault
#3074
Comments
@chayim This is the bug we discussed. |
here's the bt:
|
Hi @jakob-keller , This is indeed the same as #3145. From the output I can say for sure it is the I'm also curious, what is your main reason for using |
Thanks for following up!
My use case is performance critical and this repo's README states:
|
Thank you for addressing this. A quick test confirms that the issue is fixed by |
Version: redis-py 5.0.1 / Redis 7.1 (AWS ElastiCache)
Platform: CPython 3.11.7 on macOS Sonoma 14.2 (M2 Pro)
Description:
redis.cluster.RedisCluster
instances with protocol=3 (i.e. RESP3 enabled) crash the Python interpreter when performing commands and thehiredis
extra dependency is installed in the local environment.Example to reproduce:
The text was updated successfully, but these errors were encountered: