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

Add EntityStream support for POJO (non-Spring entities) #470

Closed
tahan42 opened this issue Jun 17, 2024 · 1 comment
Closed

Add EntityStream support for POJO (non-Spring entities) #470

tahan42 opened this issue Jun 17, 2024 · 1 comment

Comments

@tahan42
Copy link

tahan42 commented Jun 17, 2024

Hi,

In entity stream queries and in repository methods, the index name is inferred from the model class name (the class annotated with @Document or @Hash).
With the new indexing options introduced in 0.9.2, we have now the possibility to manage indexes outside the redis om application.

So it would be helpful, to be able to specify an index name when doing a query or to define a custom index name for a model class (that would be used in the queries for that model).

WDYT ?

@bsbodden bsbodden changed the title Ability to specify a custom index name in a repo or with entity streams Add EntityStream support for POJO (non-Spring entities) Jul 7, 2024
bsbodden added a commit to bsbodden/redis-om-spring that referenced this issue Jul 7, 2024
@bsbodden
Copy link
Contributor

bsbodden commented Jul 7, 2024

@tahan42 renamed the issue to cover only EntityStreams first, can you create another ticket for Repositories?

bsbodden added a commit to bsbodden/redis-om-spring that referenced this issue Jul 8, 2024
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

2 participants