Skip to content

CamelCase vs snake_case conflict with redis==6.0.0 #337

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

Open
rbs333 opened this issue May 20, 2025 · 0 comments
Open

CamelCase vs snake_case conflict with redis==6.0.0 #337

rbs333 opened this issue May 20, 2025 · 0 comments

Comments

@rbs333
Copy link
Collaborator

rbs333 commented May 20, 2025

from redis.commands.search.indexDefinition import IndexType breaks with redis==6.0.0 since the package has correctly updated the module path to from redis.commands.search.index_definition.

Image

from redis.commands.search.indexDefinition import IndexType

from redis.commands.search.indexDefinition import IndexDefinition

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant