Skip to content

Hiredis - Segmentation fault with RESP3 map inside set #3274

@vladvildanov

Description

@vladvildanov

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!

Metadata

Metadata

Assignees

Labels

techdebtThings that can be improved or refactored

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions