Skip to content
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

Hiredis - Segmentation fault with RESP3 map inside set #3274

Open
vladvildanov opened this issue Jun 11, 2024 · 0 comments
Open

Hiredis - Segmentation fault with RESP3 map inside set #3274

vladvildanov opened this issue Jun 11, 2024 · 0 comments
Assignees
Labels
techdebt Things that can be improved or refactored

Comments

@vladvildanov
Copy link
Collaborator

vladvildanov commented Jun 11, 2024

Hey, community! Redis-py team here!

We want to share with you a bug that we found that occurs only in RESP3 mode and only with hiredis-py as a parsing option. More details could be found here.

If you experience such issue, we are recommending switching to a native redis-py parser, as a temporary solution.

Due to the limitations of the Set data type in a Python (non-hashable types cannot be stored in a set), we're planning to change the interface for the commands that currently returns Set to something like List/Array. Feel free to share your thoughts or concerns!

@vladvildanov vladvildanov added the techdebt Things that can be improved or refactored label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
techdebt Things that can be improved or refactored
Projects
None yet
Development

No branches or pull requests

2 participants